Parcourir la source

Bail on completion init if we're not an interactive shell

Based on the approach by @imajes
pull/360/head^2
richo il y a 14 ans
Parent
révision
65f0be0c20
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      completions/rbenv.zsh

+ 4
- 0
completions/rbenv.zsh Voir le fichier

@ -1,3 +1,7 @@
if [[ ! -o interactive ]]; then
return
fi
compctl -K _rbenv rbenv
_rbenv() {

Chargement…
Annuler
Enregistrer