ditch custom virtualenv_prompt in favor of one in base
parent
3cd70de071
commit
aa56e2ad01
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue