diff --git a/home/.config/zsh/.zshrc b/home/.config/zsh/.zshrc index 09afb37..57801d5 100644 --- a/home/.config/zsh/.zshrc +++ b/home/.config/zsh/.zshrc @@ -55,13 +55,10 @@ setopt no_beep # Don't beep on command input error fpath+=~/Git/dotfiles/functions autoload extract - -echo "ATTEMPTING TO LOAD" [ -f $ZDOTDIR/.zshrc.local ] && source $ZDOTDIR/.zshrc.local [ -f ~/.config/.aliases ] && source ~/.config/.aliases [ -f ~/.config/.aliases.local ] && source ~/.config/.aliases.local - # -------- # Plugins # --------