Skip to content

Commit bedfc4c

Browse files
native-apisamdoran
authored andcommitted
Revert activate completion hint change
1 parent bb2605a commit bedfc4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/pyenv-activate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -e
1717
# Provide pyenv completions
1818
if [ "$1" = "--complete" ]; then
1919
echo --unset
20-
exec pyenv-virtualenvs --bare --only-aliases
20+
exec pyenv-virtualenvs --bare
2121
fi
2222

2323
{ printf "\x1B[31;1m"

0 commit comments

Comments
 (0)