mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Fix issue with zsh setup on linux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user