fixed pass status prompt

This commit is contained in:
Jonas Forsberg 2021-11-26 10:02:12 +01:00
parent 5986d9e623
commit 6d91972799
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -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