upgrade my zshrc

This commit is contained in:
Gaetan Semet 2013-11-25 11:34:54 +01:00
commit a587b6f98a

View file

@ -43,6 +43,9 @@ plugins=(git python repo cp buildbot rsync git-extras git-remote-branch\
source $ZSH/oh-my-zsh.sh
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
# To differentiate aliases from other command types
ZSH_HIGHLIGHT_STYLES[alias]='fg=magenta,bold'