Selaa lähdekoodia

Completion for which

pull/360/head^2
Sam Stephenson 13 vuotta sitten
vanhempi
commit
465a1472ba
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. +5
    -0
      libexec/rbenv-which

+ 5
- 0
libexec/rbenv-which Näytä tiedosto

@ -2,6 +2,11 @@
set -e
[ -n "$RBENV_DEBUG" ] && set -x
# Provide rbenv completions
if [ "$1" = "--complete" ]; then
exec rbenv shims --short
fi
expand_path() {
if [ ! -d "$1" ]; then
return 1

Ladataan…
Peruuta
Tallenna