From 6d91972799ae3dd2052cd22f218e3d1dde3fb3be Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 26 Nov 2021 10:02:12 +0100 Subject: [PATCH] fixed pass status prompt --- .functions/ps1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.functions/ps1.sh b/.functions/ps1.sh index a243e7e..938a1a3 100644 --- a/.functions/ps1.sh +++ b/.functions/ps1.sh @@ -80,7 +80,7 @@ function bash_ps1 () { TODO="${PS1_COLOR_TODO}T" fi - if [[ -n $DOTF ]] || [[ -n $TODO ]];then + if [[ -n $DOTF ]] || [[ -n $TODO ]] || [[ -n $PASS ]];then STATUS="${PS1_COLOR_DIVIDER}─[${DOTF}${TODO}${PASS}${PS1_COLOR_DIVIDER}]" fi