From d4592888896cc9d0e3eb6ed4fa40ee4c54cb0787 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Thu, 9 Jan 2014 01:01:01 +0400 Subject: [PATCH] Edited zshrc --- zshrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zshrc b/zshrc index c147036..4f08427 100644 --- a/zshrc +++ b/zshrc @@ -15,18 +15,18 @@ ZSH_HIGHLIGHT_STYLES[bracket-level-4]='fg=magenta,bold' #ZSH_HIGHLIGHT_STYLES[cursor]='bg=blue' # main ZSH_HIGHLIGHT_STYLES[default]='none' -ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red,bold' -ZSH_HIGHLIGHT_STYLES[reserved-word]='fg=yellow' -ZSH_HIGHLIGHT_STYLES[alias]='fg=magenta,bold' -ZSH_HIGHLIGHT_STYLES[builtin]='fg=magenta' +ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red' +ZSH_HIGHLIGHT_STYLES[reserved-word]='fg=magenta,bold' +ZSH_HIGHLIGHT_STYLES[alias]='fg=yellow,bold' +ZSH_HIGHLIGHT_STYLES[builtin]='fg=green,bold' ZSH_HIGHLIGHT_STYLES[function]='fg=green,bold' ZSH_HIGHLIGHT_STYLES[command]='fg=green' ZSH_HIGHLIGHT_STYLES[precommand]='fg=green,underline' ZSH_HIGHLIGHT_STYLES[commandseparator]='fg=yellow,bold' ZSH_HIGHLIGHT_STYLES[hashed-command]='fg=green' ZSH_HIGHLIGHT_STYLES[path]='fg=cyan,bold' -ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=cyan,bold' -ZSH_HIGHLIGHT_STYLES[path_approx]='fg=yellow' +ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=cyan' +ZSH_HIGHLIGHT_STYLES[path_approx]='fg=cyan' ZSH_HIGHLIGHT_STYLES[globbing]='none' ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=blue' ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue,bold'