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