Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
39248d498af250eed919f7f45dd91a31ede04dcd
/
.
/
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