diff --git a/completions/rbenv.zsh b/completions/rbenv.zsh index 5b23d42..e6564cf 100644 --- a/completions/rbenv.zsh +++ b/completions/rbenv.zsh @@ -8,6 +8,8 @@ _rbenv() { local words completions read -cA words + emulate -L zsh + if [ "${#words}" -eq 2 ]; then completions="$(rbenv commands)" else