edited zhsrc

This commit is contained in:
arcan1s 2014-04-11 02:53:01 +04:00
parent 31f66f5321
commit d465ac9e53

View File

@ -121,7 +121,9 @@ fi
precmd () {
# last command
returncode="%(?.%{$fg[green]%}.%{$fg[red]%})%?%{$resetcolor%}"
RPROMPT="%{$fg_bold[white]%}[%{$reset_color%}"\
RPROMPT="%{$fg_bold[white]%}[%{$reset_color%}\
%{$fg_bold[cyan]%}%T%{$reset_color%}\
%{$fg_bold[white]%}][%{$reset_color%}"\
$returncode\
"%{$fg_bold[white]%}]%{$reset_color%}"
}