From aa56e2ad01977a4bf1237721a7aa089b1990e3bd Mon Sep 17 00:00:00 2001 From: Travis Swicegood Date: Sat, 23 Jul 2011 21:42:02 -0500 Subject: [PATCH] ditch custom virtualenv_prompt in favor of one in base --- themes/doubletime/doubletime.theme.bash | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.17.1