From: Travis Swicegood Date: Sun, 24 Jul 2011 02:42:02 +0000 (-0500) Subject: ditch custom virtualenv_prompt in favor of one in base X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=aa56e2ad01977a4bf1237721a7aa089b1990e3bd;p=common%2Fbash_it.git ditch custom virtualenv_prompt in favor of one in base --- diff --git a/themes/doubletime/doubletime.theme.bash b/themes/doubletime/doubletime.theme.bash index e16ba66..997b3f2 100644 --- a/themes/doubletime/doubletime.theme.bash +++ b/themes/doubletime/doubletime.theme.bash @@ -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