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