aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc10
1 files changed, 1 insertions, 9 deletions
diff --git a/.zshrc b/.zshrc
index 8da96cb..53def3f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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 #################