Added minimal theme

pull/11/head
Mark Szymanski 2010-10-12 17:34:00 -05:00
parent 50b19d8bef
commit a3dcbefa5f
1 changed files with 9 additions and 0 deletions

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