diff options
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/zshrc b/zshrc index 04000f3..52f9a1f 100644 --- a/zshrc +++ b/zshrc @@ -8,9 +8,8 @@ colors autoload -U select-word-style select-word-style bash -# local ret_status="%{$reset_color%}[%(?:%{$fg_bold[green]%}$?:%{$fg_bold[red]%}$?)%{$reset_color%}]" -PROMPT="%1~ %# " -# RPROMPT="${ret_status}" +local ret_status="%{$reset_color%}%(?:%{$fg_bold[green]%}➜:%{$fg_bold[red]%}➜)%{$reset_color%}" +PROMPT="${ret_status} %1~ %# " # load custom aliases source ~/.aliases |