fix zsh theme issue
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user