commit | aa56e2ad01977a4bf1237721a7aa089b1990e3bd | [log] [tgz] |
---|---|---|
author | Travis Swicegood <development@domain51.com> | 周六 7月 23 21:42:02 2011 -0500 |
committer | Travis Swicegood <development@domain51.com> | 周六 7月 23 21:42:02 2011 -0500 |
tree | 987597e244f758ca019e8e1c7f4f798b81ca6bf7 | |
parent | 3cd70de071ed3b5bf875e8c51759f218d97e802d [diff] |
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 @@ fi } -virtualenv_prompt() { - if [ ! -z "$VIRTUAL_ENV" ] - then - echo "(`basename $VIRTUAL_ENV`) " - fi -} - function prompt_setter() { # Save history history -a