From 013fcb35adf95c0429131fcff689b8ce4ff19b2c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 20 Sep 2024 17:43:11 +0900 Subject: [PATCH] updated zsh.sh --- install-scripts/zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index 6e97c1e..9d5091f 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -52,7 +52,7 @@ while true; do fi sed -i '/#pokemon-colorscripts --no-title -s -r/s/^#//' assets/.zshrc >> "$LOG" 2>&1 - # disabling fastfetch on .zshrc + # commenting out fastfetch since pokemon was chosen to install sed -i '/^fastfetch -c $HOME\/.config\/fastfetch\/config-compact.jsonc/s/^/#/' assets/.zshrc >> "$LOG" 2>&1 echo "${NOTE} Pokemon Installation process completed" 2>&1 | tee -a "$LOG"