From 057cfa734eb10ee62366072035a105cbd6c05b22 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 1 Sep 2013 19:43:10 +0200 Subject: zshrc: load syntax highlighting Signed-off-by: Florian Pritz --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index c6edeb9..f582b44 100644 --- a/.zshrc +++ b/.zshrc @@ -675,6 +675,10 @@ stty -ctlecho # machine dependent stuff source $HOME/.zshrc.local +if [[ -e $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highlighting.zsh ]]; then + source $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highlighting.zsh +fi + # }}} # Show again -- cgit v1.2.3-24-g4f1b