From 13b0d850d821f9589ed2b4adbe3ee0aa061d5595 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Tue, 11 Mar 2025 22:57:10 -0400 Subject: [PATCH] Add skip-aliases to complete output This was removed by accident. --- bin/pyenv-virtualenvs | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pyenv-virtualenvs b/bin/pyenv-virtualenvs index d4b7ba0..7081d32 100755 --- a/bin/pyenv-virtualenvs +++ b/bin/pyenv-virtualenvs @@ -34,6 +34,7 @@ for arg; do case "$arg" in --complete ) echo --bare + echo --skip-aliases echo --only-aliases exit ;; --bare ) bare=1 ;;