]> git.rmz.io Git - dotfiles.git/commitdiff
remove cursor highlight
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 15:08:45 +0000 (16:08 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 15:08:45 +0000 (16:08 +0100)
zsh/lib/syntax-highlighting.zsh

index 790a68a05363a78c9fbeda3db386f1b07f743954..464e5eb5fb9bea4bfd3d2b72f915e37312c0fd33 100644 (file)
@@ -1,7 +1,7 @@
 # https://github.com/zsh-users/zsh-syntax-highlighting
 source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 
 # https://github.com/zsh-users/zsh-syntax-highlighting
 source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 
-ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor root)
+ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern root)
 ZSH_HIGHLIGHT_STYLES[path]="none"
 ZSH_HIGHLIGHT_STYLES[path_prefix]="none"
 ZSH_HIGHLIGHT_STYLES[path_approx]="fg=yellow"
 ZSH_HIGHLIGHT_STYLES[path]="none"
 ZSH_HIGHLIGHT_STYLES[path_prefix]="none"
 ZSH_HIGHLIGHT_STYLES[path_approx]="fg=yellow"