Revert activate completion hint change

This commit is contained in:
Ivan Pozdeev 2026-04-16 18:27:50 +03:00 committed by Sam Doran
parent f966c97adf
commit 8444dad153
No known key found for this signature in database
GPG key ID: 01602635F94328AA

View file

@ -17,7 +17,7 @@ set -e
# Provide pyenv completions # Provide pyenv completions
if [ "$1" = "--complete" ]; then if [ "$1" = "--complete" ]; then
echo --unset echo --unset
exec pyenv-virtualenvs --bare --only-aliases exec pyenv-virtualenvs --bare
fi fi
{ printf "\x1B[31;1m" { printf "\x1B[31;1m"