Add --no-rehash.
This commit is contained in:
@@ -9,12 +9,12 @@ alias update="(cd ~/git; make all)"
|
|||||||
export PYENV_ROOT="${HOME}/.pyenv"
|
export PYENV_ROOT="${HOME}/.pyenv"
|
||||||
if [ -d "${PYENV_ROOT}" ]; then
|
if [ -d "${PYENV_ROOT}" ]; then
|
||||||
export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}"
|
export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init - --no-rehash)"
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
export N_PREFIX="$HOME"
|
export N_PREFIX="$HOME"
|
||||||
#
|
#
|
||||||
if [ -d "${HOME}/.rbenv" ]; then
|
if [ -d "${HOME}/.rbenv" ]; then
|
||||||
export PATH="${HOME}/.rbenv/bin:${PATH}"
|
export PATH="${HOME}/.rbenv/bin:${PATH}"
|
||||||
eval "$(rbenv init -)"
|
eval "$(rbenv init - --no-rehash)"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -9,12 +9,12 @@ alias "update=(cd ~/git; make all)"
|
|||||||
export PYENV_ROOT="${HOME}/.pyenv"
|
export PYENV_ROOT="${HOME}/.pyenv"
|
||||||
if [ -d "${PYENV_ROOT}" ]; then
|
if [ -d "${PYENV_ROOT}" ]; then
|
||||||
export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}"
|
export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init - --no-rehash)"
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
export N_PREFIX="$HOME"
|
export N_PREFIX="$HOME"
|
||||||
#
|
#
|
||||||
if [ -d "${HOME}/.rbenv" ]; then
|
if [ -d "${HOME}/.rbenv" ]; then
|
||||||
export PATH="${HOME}/.rbenv/bin:${PATH}"
|
export PATH="${HOME}/.rbenv/bin:${PATH}"
|
||||||
eval "$(rbenv init -)"
|
eval "$(rbenv init - --no-rehash)"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user