Explorar el Código

Completion for which

pull/360/head^2
Sam Stephenson hace 13 años
padre
commit
465a1472ba
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      libexec/rbenv-which

+ 5
- 0
libexec/rbenv-which Ver fichero

@ -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

Cargando…
Cancelar
Guardar