From 8dc6c7e59a48b6e8150f35a35e8d495dab088450 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 7 Apr 2016 09:05:07 +0100 Subject: [PATCH] Fix issue with zsh setup on linux --- shell/zshrc.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/zshrc.zsh b/shell/zshrc.zsh index 0bdce96..aa1b184 100644 --- a/shell/zshrc.zsh +++ b/shell/zshrc.zsh @@ -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