Changed up minimal theme

Removed Vim prompt stuff and made the prompt cyan
pull/49/merge
Mark Szymanski 2011-05-16 22:03:57 -05:00
parent c517a74a39
commit b1e19cfe3e
1 changed files with 1 additions and 15 deletions

View File

@ -1,19 +1,5 @@
prompt_setter() {
if [[ $? -eq 0 ]]; then
if [ ! $VIMRUNTIME = "" ]
then
PS1="{vim} \W "
else
PS1="\W "
fi
else
if [ ! $VIMRUNTIME = "" ]
then
PS1="{vim} ${bold_red}\W ${normal}"
else
PS1="${bold_red}\W ${normal}"
fi
fi
PS1="${cyan}\W${normal} "
}
PROMPT_COMMAND=prompt_setter