%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /lib64/rbenv/completions/
Upload File :
Create Path :
Current File : //lib64/rbenv/completions/rbenv.zsh

if [[ ! -o interactive ]]; then
    return
fi

compctl -K _rbenv rbenv

_rbenv() {
  local words completions
  read -cA words

  if [ "${#words}" -eq 2 ]; then
    completions="$(rbenv commands)"
  else
    completions="$(rbenv completions ${words[2,-2]})"
  fi

  reply=("${(ps:\n:)completions}")
}

Zerion Mini Shell 1.0