summaryrefslogtreecommitdiff
path: root/13_ZshHighlight.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@anevia.com>2015-06-18 17:21:15 +0200
committerHugues Hiegel <hugues.hiegel@anevia.com>2015-06-18 17:21:39 +0200
commit57a1cf10431e7c98663ddd11b7f27eaf80f222ba (patch)
tree255f073f8c5bd037f0a4de79f775107292471e63 /13_ZshHighlight.zsh
parent6996a46cea4dd30ee5a6a3763def8671aa0c9f23 (diff)
Colors..
Diffstat (limited to '13_ZshHighlight.zsh')
-rw-r--r--13_ZshHighlight.zsh1
1 files changed, 1 insertions, 0 deletions
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"