fix zsh theme issue

This commit is contained in:
JaKooLit
2025-02-21 15:03:15 +09:00
parent cfab030ca2
commit 1d2126b7ff
2 changed files with 5 additions and 5 deletions

View File

@@ -78,4 +78,9 @@ if command -v zsh >/dev/null; then
fi fi
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} printf "\n%.0s" {1..2}

View File

@@ -42,10 +42,5 @@ if [ -f "$HOME/.zshrc" ]; then
else else
echo "$HOME/.zshrc not found. Cant enable ${YELLOW}Pokemon color scripts${RESET}" >> "$LOG" 2>&1 echo "$HOME/.zshrc not found. Cant enable ${YELLOW}Pokemon color scripts${RESET}" >> "$LOG" 2>&1
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} printf "\n%.0s" {1..2}