mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 04:23:47 -05:00
Suppress shell warnings when hashing is disabled by set +h
This commit is contained in:
@@ -10,4 +10,4 @@ fi
|
|||||||
# When rbenv shell integration is enabled, delegate to rbenv-rehash,
|
# When rbenv shell integration is enabled, delegate to rbenv-rehash,
|
||||||
# then tell the shell to empty its command lookup cache.
|
# then tell the shell to empty its command lookup cache.
|
||||||
rbenv-rehash
|
rbenv-rehash
|
||||||
echo "hash -r"
|
echo "hash -r 2>/dev/null || true"
|
||||||
|
|||||||
Reference in New Issue
Block a user