From 0ba29ab5ede0b3b979cf4a0353de82f6a8678c6a Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Fri, 5 Jul 2019 14:43:34 -0500 Subject: [PATCH] Added zsh syntax highlighting. --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) 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