From ec8f151855adfc2e3a052958d5ebf26a287acd37 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 25 Jul 2012 22:40:50 +0200 Subject: .zshrc --- .zshrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 7d0a4d5..54e61f4 100644 --- a/.zshrc +++ b/.zshrc @@ -94,9 +94,9 @@ bindkey "\e[F" end-of-line bindkey "^W" backward-delete-char # Show syntax highlighting when we're not running in emacs -# if [ -z $EMACS ]; then -# source ~/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh +if [ -z $EMACS ]; then + source ~/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh -# ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue' -# ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue' -# fi + ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue' + ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue' +fi -- cgit v1.2.3-54-g00ecf