Fixed bug where everything was bolded after failed command
parent
46ba431f2a
commit
da4b526c59
|
|
@ -2,7 +2,7 @@ prompt_setter() {
|
|||
if [[ $? -eq 0 ]]; then
|
||||
PS1="\W "
|
||||
else
|
||||
PS1="${bold_red}\W ${reset_color}"
|
||||
PS1="${bold_red}\W ${normal}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue