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