Added minimal theme

This commit is contained in:
Mark Szymanski
2010-10-12 17:34:00 -05:00
parent 50b19d8bef
commit a3dcbefa5f

View File

@@ -0,0 +1,9 @@
prompt_setter() {
if [[ $? -eq 0 ]]; then
PS1="\W "
else
PS1="${red}\W ${reset_color}"
fi
}
PROMPT_COMMAND=prompt_setter