From c1a53e80620e8c9109380fe495a41ed1fdd62bf4 Mon Sep 17 00:00:00 2001 From: Ghasem Shirazi Date: Wed, 14 Apr 2021 14:52:18 -0700 Subject: [PATCH] rm context --- themes/agnoster.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index 3dcdd7f58..13606e74e 100755 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -242,7 +242,7 @@ prompt_status() { local -a symbols symbols=() if [[ $RETVAL -ne 0 ]]; then - symbols+="%{%F{red}%}$RETVAL✘" + symbols+="%{%F{red}%}($RETVAL)✘" else symbols+="%{%F{green}%}✓" fi @@ -272,7 +272,7 @@ build_prompt() { prompt_status prompt_virtualenv prompt_aws - prompt_context +# prompt_context prompt_dir prompt_git prompt_kubectl