ソースを参照

Suggest that rbenv should be loaded at end of shell rc file

Closes #725
pull/487/head^2
Mislav Marohnić 9年前
コミット
9e664b5d27
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      libexec/rbenv-init

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

@ -49,7 +49,7 @@ if [ -z "$print" ]; then
;;
esac
{ echo "# Load rbenv automatically by adding"
{ echo "# Load rbenv automatically by appending"
echo "# the following to ${profile}:"
echo
case "$shell" in

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