From 7f33ddd9118af4e0a70da35bfdc7e9521cd8e4d2 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Fri, 6 Nov 2015 17:34:21 +0000 Subject: [PATCH] prompt should be managed by users, not by tools --- bin/pyenv-sh-activate | 4 ---- bin/pyenv-sh-deactivate | 4 ---- 2 files changed, 8 deletions(-) diff --git a/bin/pyenv-sh-activate b/bin/pyenv-sh-activate index eae5707..4f60a63 100755 --- a/bin/pyenv-sh-activate +++ b/bin/pyenv-sh-activate @@ -161,7 +161,3 @@ EOS ;; esac fi - -if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT}" ]; then - : # TODO: change prompt? -fi diff --git a/bin/pyenv-sh-deactivate b/bin/pyenv-sh-deactivate index ca77e25..c49d1cf 100755 --- a/bin/pyenv-sh-deactivate +++ b/bin/pyenv-sh-deactivate @@ -106,7 +106,3 @@ EOS ;; esac fi - -if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT}" ]; then - : # TODO: change prompt? -fi