diff --git a/.zshrc b/.zshrc index fcfa027..a83a7fc 100644 --- a/.zshrc +++ b/.zshrc @@ -101,4 +101,6 @@ setopt prompt_subst # zstyle ':completion:*' menu select # +[[ -s "$HOME/git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ]] && . "$HOME/git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ]] +# [[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"