From 8c7ef734f9689739a9787b2e40f6f63b26918d79 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Sun, 9 May 2021 20:17:17 +0300 Subject: [PATCH] Update pyenv-virtualenv-init https://github.com/pyenv/pyenv-installer/pull/109 --- bin/pyenv-virtualenv-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pyenv-virtualenv-init b/bin/pyenv-virtualenv-init index 765b8da..404ddde 100755 --- a/bin/pyenv-virtualenv-init +++ b/bin/pyenv-virtualenv-init @@ -50,7 +50,7 @@ fi if [ -z "$print" ]; then case "$shell" in bash ) - profile='~/.bash_profile' + profile='~/.bashrc' ;; zsh ) profile='~/.zshrc'