From 83aae19dffc23de793be5366db8dc8a3296742f7 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 29 Sep 2014 23:48:28 +0400 Subject: [PATCH] zsh-syntax-highlighting from teh arch repos --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 2ba37c1..62836b2 100644 --- a/zshrc +++ b/zshrc @@ -178,7 +178,8 @@ function zshrc { autoload screenoffdisable screenoffenable # command line syntax highlight from https://github.com/zsh-users/zsh-syntax-highlighting -hl_script="$HOME/.zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" +#hl_script="$HOME/.zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" +hl_script="/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" if [[ -r $hl_script ]]; then source $hl_script ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)