If zsh-syntax-highlighting is found, call it.

This commit is contained in:
Gea-Suan Lin
2014-05-09 18:31:56 +08:00
parent 5bfa759dda
commit d3edbd4555

2
.zshrc
View File

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