ditch custom virtualenv_prompt in favor of one in base
authorTravis Swicegood <development@domain51.com>
Sun, 24 Jul 2011 02:42:02 +0000 (21:42 -0500)
committerTravis Swicegood <development@domain51.com>
Sun, 24 Jul 2011 02:42:02 +0000 (21:42 -0500)
themes/doubletime/doubletime.theme.bash

index e16ba66..997b3f2 100644 (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