diff --git a/zsh/zshrc b/zsh/zshrc index 97216fe..fa8e3f0 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -342,6 +342,9 @@ growl() { echo -e $'\e]9;'${1}'\007' ; return ; } # End #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +ZSH_HIGHLIGHT_HIGHLIGHTERS=(brackets root) # options: main brackets pattern cursor root line +#ZSH_HIGHLIGHT_STYLES[unknown-token]='none' # example to customize main class tokens autoload -U colors && colors #source ~/.zsh/git-prompt/zshrc.sh