ditch custom virtualenv_prompt in favor of one in base

This commit is contained in:
Travis Swicegood
2011-07-23 21:42:02 -05:00
parent 3cd70de071
commit aa56e2ad01

View File

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