From 81d8c56836b0e27f8cc592aedec3153ab74a13b2 Mon Sep 17 00:00:00 2001 From: bretello Date: Tue, 9 Apr 2024 15:10:25 +0200 Subject: [PATCH] zsh: get rid of loading message --- brethil_dotfile.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 1dd4b11..59b9278 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -33,7 +33,6 @@ autoload -Uz bashcompinit && bashcompinit zsh_plugins="$DOTFILES/zsh_plugins" if [[ ! ${zsh_plugins}.zsh -nt ${zsh_plugins}.txt ]]; then ( - echo loading $zsh_plugins.txt source $DOTFILES/antidote/antidote.zsh echo "ZSH=$(antidote path ohmyzsh/ohmyzsh)" >${zsh_plugins}.zsh