ditch custom virtualenv_prompt in favor of one in base

pull/72/head
Travis Swicegood 2011-07-23 21:42:02 -05:00
parent 3cd70de071
commit aa56e2ad01
1 changed files with 0 additions and 7 deletions

View File

@ -26,13 +26,6 @@ doubletime_scm_prompt() {
fi fi
} }
virtualenv_prompt() {
if [ ! -z "$VIRTUAL_ENV" ]
then
echo "(`basename $VIRTUAL_ENV`) "
fi
}
function prompt_setter() { function prompt_setter() {
# Save history # Save history
history -a history -a