From c93e1861d063d688bdaeee4f6a19c9d9b780eacc Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 10 Feb 2025 18:18:08 +0900 Subject: [PATCH] updated pokemon.sh --- install-scripts/zsh_pokemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/zsh_pokemon.sh b/install-scripts/zsh_pokemon.sh index 54cbe39..f62130e 100755 --- a/install-scripts/zsh_pokemon.sh +++ b/install-scripts/zsh_pokemon.sh @@ -21,7 +21,7 @@ install_package 'pokemon-colorscripts-git' "$LOG" # Check if ~/.zshrc exists if [ -f "$HOME/.zshrc" ]; then sed -i '/#pokemon-colorscripts --no-title -s -r/s/^#//' "$HOME/.zshrc" >> "$LOG" 2>&1 - sed -i '/^fastfetch -c $HOME\/.config\/fastfetch\/config-compact.jsonc/s/^/#/' "$HOME/.zshrc" >> "$LOG" 2>&11 + sed -i '/^fastfetch -c $HOME\/.config\/fastfetch\/config-compact.jsonc/s/^/#/' "$HOME/.zshrc" >> "$LOG" 2>&1 else echo "$HOME/.zshrc not found. Cant enable ${YELLOW}Pokemon color scripts${RESET}" >> "$LOG" 2>&1 fi