Merge pull request #219 from JaKooLit/main

fix zsh theme issue
This commit is contained in:
Ja.KooLit
2025-02-21 15:45:51 +09:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -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}

View File

@@ -43,9 +43,4 @@ 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}