mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Don't rehash on init for now
This commit is contained in:
parent
70e1f61337
commit
271bfea97d
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ abs_dirname() {
|
||||||
root="$(abs_dirname "$0")/.."
|
root="$(abs_dirname "$0")/.."
|
||||||
|
|
||||||
if [ -d "$HOME/.rbenv/shims" ]; then
|
if [ -d "$HOME/.rbenv/shims" ]; then
|
||||||
rbenv-rehash
|
|
||||||
echo 'PATH="$HOME/.rbenv/shims:$PATH"'
|
echo 'PATH="$HOME/.rbenv/shims:$PATH"'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue