From 1d2126b7ff7e6203ffb9286d7e1ce96e73a4add3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 21 Feb 2025 15:03:15 +0900 Subject: [PATCH] fix zsh theme issue --- install-scripts/zsh.sh | 5 +++++ install-scripts/zsh_pokemon.sh | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index 4097e6b..7c931a8 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -78,4 +78,9 @@ if command -v zsh >/dev/null; then fi fi +# copy additional oh-my-zsh themes from assets +if [ -d "$HOME/.oh-my-zsh/themes" ]; then + cp -r assets/add_zsh_theme/* ~/.oh-my-zsh/themes >> "$LOG" 2>&1 +fi + printf "\n%.0s" {1..2} diff --git a/install-scripts/zsh_pokemon.sh b/install-scripts/zsh_pokemon.sh index 2de0db1..1fc925f 100755 --- a/install-scripts/zsh_pokemon.sh +++ b/install-scripts/zsh_pokemon.sh @@ -42,10 +42,5 @@ if [ -f "$HOME/.zshrc" ]; then else echo "$HOME/.zshrc not found. Cant enable ${YELLOW}Pokemon color scripts${RESET}" >> "$LOG" 2>&1 fi - -# copy additional oh-my-zsh themes from assets -if [ -d "$HOME/.oh-my-zsh/themes" ]; then - cp -r assets/add_zsh_theme/* ~/.oh-my-zsh/themes >> "$LOG" 2>&1 -fi printf "\n%.0s" {1..2}