Pārlūkot izejas kodu

Add bin to list plugin scripts

pull/360/head^2
Joshua Peek pirms 15 gadiem
vecāks
revīzija
789ace54ec
1 mainītis faili ar 19 papildinājumiem un 0 dzēšanām
  1. +19
    -0
      libexec/rbenv-plugin-scripts

+ 19
- 0
libexec/rbenv-plugin-scripts Parādīt failu

@ -0,0 +1,19 @@
#!/usr/bin/env bash
set -e
[ -n "$RBENV_DEBUG" ] && set -x
# Provide rbenv completions
if [ "$1" = "--complete" ]; then
echo exec
echo rehash
echo which
exit
fi
shopt -s nullglob
RBENV_EXEC_PLUGINS=(/etc/rbenv.d/$1/*.bash ${RBENV_ROOT}/rbenv.d/$1/*.bash)
shopt -u nullglob
for script in ${RBENV_EXEC_PLUGINS[@]}; do
echo $script
done

Notiek ielāde…
Atcelt
Saglabāt