소스 검색

Run `rbenv rehash` on init

pull/360/head^2
Sam Stephenson 13 년 전
부모
커밋
6d6b1d6002
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      libexec/rbenv-init

+ 2
- 0
libexec/rbenv-init 파일 보기

@ -58,3 +58,5 @@ echo 'export PATH="${HOME}/.rbenv/shims:${PATH}"'
if [ "$shell" = "bash" ]; then
echo "source \"$root/completions/rbenv.bash\""
fi
echo 'rbenv rehash 2>/dev/null'

불러오는 중...
취소
저장