Browse Source

prompt should be managed by users, not by tools

pull/110/head
Yamashita, Yuu 9 years ago
parent
commit
7f33ddd911
2 changed files with 0 additions and 8 deletions
  1. +0
    -4
      bin/pyenv-sh-activate
  2. +0
    -4
      bin/pyenv-sh-deactivate

+ 0
- 4
bin/pyenv-sh-activate View File

@ -161,7 +161,3 @@ EOS
;;
esac
fi
if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT}" ]; then
: # TODO: change prompt?
fi

+ 0
- 4
bin/pyenv-sh-deactivate View File

@ -106,7 +106,3 @@ EOS
;;
esac
fi
if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT}" ]; then
: # TODO: change prompt?
fi

Loading…
Cancel
Save