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