]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Highlight global aliases differently from suggestions
[dotfiles.git] / zsh / .zshrc
index 68b50e8a3f8f098f7b289c75042b47e173721e0f..a40386c91ac74cec4aebb537d84c5d27c67f2955 100644 (file)
@@ -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"