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