Erased styles.zsh

This commit is contained in:
Austen Adler 2015-07-31 17:11:12 -04:00
parent b93166e96b
commit 8e283bc594

View File

@ -1,24 +1 @@
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
#ZSH_HIGHLIGHT_STYLES[default]='none'
#ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red'
ZSH_HIGHLIGHT_STYLES[reserved-word]='fg=yellow'
#ZSH_HIGHLIGHT_STYLES[alias]='fg=green'
#ZSH_HIGHLIGHT_STYLES[builtin]='fg=green'
#ZSH_HIGHLIGHT_STYLES[function]='fg=green'
#ZSH_HIGHLIGHT_STYLES[command]='fg=green'
#ZSH_HIGHLIGHT_STYLES[precommand]='none'
#ZSH_HIGHLIGHT_STYLES[commandseparator]='none'
#ZSH_HIGHLIGHT_STYLES[hashed-command]='fg=green'
#ZSH_HIGHLIGHT_STYLES[path]='none'
#ZSH_HIGHLIGHT_STYLES[path_prefix]='none'
ZSH_HIGHLIGHT_STYLES[path_approx]='fg=yellow'
#ZSH_HIGHLIGHT_STYLES[globbing]='fg=green'
#ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=green'
#ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=magenta'
#ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=red'
#ZSH_HIGHLIGHT_STYLES[back-quoted-argument]='none'
ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=yellow'
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=yellow'
#ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]='fg=cyan'
#ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=cyan'
#ZSH_HIGHLIGHT_STYLES[assign]='none'