X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zshrc;h=d5f2b74be84240facb9a6297bac706a3459646fa;hb=ab2c29f4928fcf508207d9b3772091b8d74fd50f;hp=68b50e8a3f8f098f7b289c75042b47e173721e0f;hpb=6e5470af50835987306dd17d26662b8f2652310b;p=dotfiles.git diff --git a/zsh/.zshrc b/zsh/.zshrc index 68b50e8..d5f2b74 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -196,11 +196,12 @@ autoload -U complist ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets) . ~/work/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh typeset -A ZSH_HIGHLIGHT_STYLES -ZSH_HIGHLIGHT_STYLES[assign]="fg=cyan" +ZSH_HIGHLIGHT_STYLES[assign]="fg=yellow" ZSH_HIGHLIGHT_STYLES[commandseparator]="fg=red" ZSH_HIGHLIGHT_STYLES[single-hyphen-option]="fg=green,bold" ZSH_HIGHLIGHT_STYLES[double-hyphen-option]="fg=green" ZSH_HIGHLIGHT_STYLES[globbing]="fg=magenta" +ZSH_HIGHLIGHT_STYLES[global-alias]="fg=yellow,bold" ZSH_HIGHLIGHT_STYLES[history-expansion]="fg=magenta" ZSH_HIGHLIGHT_STYLES[redirection]="fg=red" ZSH_HIGHLIGHT_STYLES[path]="fg=white,underline"