1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 21:33:54 -05:00

Don't duplicate shims in PATH

This commit is contained in:
Tim Pope
2013-02-24 16:34:05 -05:00
committed by Mislav Marohnić
parent ea3203dbab
commit 03fa148e81

View File

@@ -73,7 +73,9 @@ fi
mkdir -p "${RBENV_ROOT}/"{shims,versions}
echo 'export PATH="'${RBENV_ROOT}'/shims:${PATH}"'
if [[ ":${PATH}:" != *:"${RBENV_ROOT}/shims":* ]]; then
echo 'export PATH="'${RBENV_ROOT}'/shims:${PATH}"'
fi
case "$shell" in
bash | zsh )