From af283f4f742c90b063098af4ff06b2889a80a6e7 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 21 Sep 2022 23:08:30 -0500 Subject: [PATCH] stop displaying colorscripts at shell start --- .config/zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9ca88a7..681c2fe 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -82,7 +82,8 @@ if ! [ -f $HOME/.local/share/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting fi # prompt stuff -colorscript -r +#colorscript -r +#pfetch #if [ -f "/usr/bin/starship" ]; then # eval "$(starship init zsh)"