]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Highlight global aliases differently from suggestions
authorSergey Matveev <stargrave@stargrave.org>
Wed, 16 Sep 2020 09:47:10 +0000 (12:47 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 16 Sep 2020 09:47:10 +0000 (12:47 +0300)
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"