updated zsh.sh

This commit is contained in:
JaKooLit 2024-09-20 17:43:11 +09:00
parent d300545f86
commit 013fcb35ad

View File

@ -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"