From 958d3c053267fd5adc6e8eb7756ccec06a3e018b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=A4th?= Date: Wed, 1 Aug 2018 13:46:24 +0200 Subject: [PATCH] Improve path-to-dir color --- zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 878b09a..0b647cf 100644 --- a/zshrc +++ b/zshrc @@ -710,7 +710,7 @@ zshrc_highlight_styles() { 'precommand' fg=40,bold 'hashed-command' fg=40,bold 'path' fg=214,bold - 'path-to-dir' fg=208 + 'path-to-dir' fg=yellow,bold 'path_prefix' fg=202,bold 'path_approx' fg=202,bold 'globbing' fg=190,bold @@ -758,6 +758,7 @@ zshrc_highlight_styles() { 'precommand' fg=green 'hashed-command' fg=green 'path' fg=yellow + 'path-to-dir' fg=214,bold 'path_prefix' fg=yellow 'globbing' fg=magenta 'single-hyphen-option' fg=green,bold @@ -783,6 +784,7 @@ zshrc_highlight_styles() { 'precommand' fg=yellow,bold 'hashed-command' fg=yellow,bold 'path' fg=white,bold + 'path-to-dir' fg=yellow,bold 'path_prefix' fg=white,bold 'path_approx' none 'globbing' fg=magenta,bold