Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
46ba431f2ac04bfe83b05426cd7a4aa889197186
/
.
/
themes
/
minimal
/
minimal.theme.bash
blob: a30c62934df350d4a179e2f200ea180c1234cf96 [
file
] [
log
] [
blame
]
prompt_setter
()
{
if
[[
$
?
-
eq
0
]];
then
PS1
=
"\W "
else
PS1
=
"${bold_red}\W ${reset_color}"
fi
}
PROMPT_COMMAND
=
prompt_setter