fixed pass status prompt
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user