diff --git a/completions/rbenv.zsh b/completions/rbenv.zsh index f1a41ad9..4739ac10 100644 --- a/completions/rbenv.zsh +++ b/completions/rbenv.zsh @@ -1,3 +1,7 @@ +if [[ ! -o interactive ]]; then + return +fi + compctl -K _rbenv rbenv _rbenv() {