From b4bfd935d90a04a62a7250cfe135b2e066900678 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 20 Sep 2024 17:43:10 +0900 Subject: [PATCH] updated zsh.sh --- install-scripts/zsh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index 75f4491..56e24d8 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -34,10 +34,10 @@ while true; do case "$pokemon_choice" in [Yy]*) zsh+=('pokemon-colorscripts-git') - sed -i '/#pokemon-colorscripts --no-title -s -r/s/^#//' assets/.zshrc + sed -i '/#pokemon-colorscripts --no-title -s -r/s/^#//' assets/.zshrc >> "$LOG" 2>&1 # commenting out fastfetch since pokemon was chosen to install - sed -i '/^fastfetch -c \$HOME\/.config\/fastfetch\/config-compact.jsonc$/s/^/#/' assets/.zshrc + sed -i '/^fastfetch -c $HOME\/.config\/fastfetch\/config-compact.jsonc/s/^/#/' assets/.zshrc >> "$LOG" 2>&1 break ;;