1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

zsh: simplify RPROMPT return code

This commit is contained in:
Joe Groocock 2018-10-31 21:44:04 +00:00
parent 01abda43c3
commit 944d64a5e6
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -11,5 +11,4 @@ local user_color='green'; [ $UID -eq 0 ] && user_color='red'
PROMPT="%n@%m %F{$user_color}\$(_fishy_collapsed_wd)%f%(!.#.>) "
PROMPT2='%F{red}\ %f'
local return_status="%F{red}%(?..%?)%f"
RPROMPT='${return_status}%{$reset_color%}'
RPROMPT='%F{red}%(?.. %?)%f'