ditch custom virtualenv_prompt in favor of one in base
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user