Small tweak to minimal theme, made the red PS1 text bold.
This commit is contained in:
@@ -2,7 +2,7 @@ prompt_setter() {
|
|||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
PS1="\W "
|
PS1="\W "
|
||||||
else
|
else
|
||||||
PS1="${red}\W ${reset_color}"
|
PS1="${bold_red}\W ${reset_color}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user