Fix issue with zsh setup on linux

This commit is contained in:
2016-04-07 09:05:07 +01:00
parent 7d5fde1148
commit 8dc6c7e59a

View File

@@ -63,7 +63,7 @@ fi
# Configure zsh-syntax-highlighting
if zplug check zsh-users/zsh-syntax-highlighting; then
export ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
fi
zplug load