ソースを参照

completions for rbenv-init

pull/487/head^2^2
Jason Karns 10年前
コミット
2dcb9d0611
1個のファイルの変更11行の追加0行の削除
  1. +11
    -0
      libexec/rbenv-init

+ 11
- 0
libexec/rbenv-init ファイルの表示

@ -5,6 +5,17 @@
set -e
[ -n "$RBENV_DEBUG" ] && set -x
# Provide rbenv completions
if [ "$1" = "--complete" ]; then
echo -
echo --no-rehash
echo bash
echo fish
echo ksh
echo zsh
exit
fi
print=""
no_rehash=""
for args in "$@"

読み込み中…
キャンセル
保存