From d3edbd45558da8b4654572c72b09128bd65cb880 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 9 May 2014 18:31:56 +0800 Subject: [PATCH] If zsh-syntax-highlighting is found, call it. --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) 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"