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