diff options
-rw-r--r-- | .zshrc | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -85,15 +85,7 @@ local HIGHLIGHT_DIR="$HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting. source $HIGHLIGHT_DIR -ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern) - -#ZSH_HIGHLIGHT_STYLES[alias]="fg=yellow" -#ZSH_HIGHLIGHT_STYLES[builtin]="fg=yellow" -#ZSH_HIGHLIGHT_STYLES[function]="fg=yellow" -#ZSH_HIGHLIGHT_STYLES[command]="fg=yellow" - -ZSH_HIGHLIGHT_STYLES[single-quoted-argument]="fg=red" -ZSH_HIGHLIGHT_STYLES[double-quoted-argument]="fg=red" +ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets) ################# KEYBINDINGS ################# |