1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -05:00

Update zsh completion adapter

This commit is contained in:
Sam Stephenson
2011-09-13 13:12:04 -05:00
parent 465a1472ba
commit b4f8906b24
4 changed files with 16 additions and 17 deletions

View File

@@ -4,7 +4,8 @@ set -e
# Provide rbenv completions
if [ "$1" = "--complete" ]; then
echo --sh --no-sh
echo --sh
echo --no-sh
exit
fi