From 57a1cf10431e7c98663ddd11b7f27eaf80f222ba Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 18 Jun 2015 17:21:15 +0200 Subject: Colors.. --- 13_ZshHighlight.zsh | 1 + 1 file changed, 1 insertion(+) (limited to '13_ZshHighlight.zsh') diff --git a/13_ZshHighlight.zsh b/13_ZshHighlight.zsh index d2715f4..f0fe8bd 100644 --- a/13_ZshHighlight.zsh +++ b/13_ZshHighlight.zsh @@ -38,6 +38,7 @@ ZSH_HIGHLIGHT_STYLES[function]="fg=cyan,bold,underline" ZSH_HIGHLIGHT_STYLES[history-expansion]="fg=blue" ZSH_HIGHLIGHT_STYLES[path]="fg=blue" +ZSH_HIGHLIGHT_STYLES[path_approx]="fg=magenta,bg=color106" ZSH_HIGHLIGHT_STYLES[globbing]="fg=blue,bold" ZSH_HIGHLIGHT_STYLES[commandseparator]="none" -- cgit v1.2.3