X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=zsh%2F.zshrc;h=a40386c91ac74cec4aebb537d84c5d27c67f2955;hp=68b50e8a3f8f098f7b289c75042b47e173721e0f;hb=1d77d6f2997bd5adfae9a9b9c139b17d090cfdbd;hpb=6e5470af50835987306dd17d26662b8f2652310b diff --git a/zsh/.zshrc b/zsh/.zshrc index 68b50e8..a40386c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -201,6 +201,7 @@ 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"