We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4de255 commit d5f2878Copy full SHA for d5f2878
bin/pyenv-virtualenv-init
@@ -45,6 +45,7 @@ if [ -z "$shell" ]; then
45
shell="${shell%% *}"
46
shell="${shell:-$SHELL}"
47
shell="${shell##*/}"
48
+ shell="${shell%%-*}"
49
fi
50
51
if [ -z "$print" ]; then
0 commit comments