mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-14 22:33:52 -05:00
Export $PATH on init
This commit is contained in:
@@ -22,7 +22,7 @@ abs_dirname() {
|
|||||||
root="$(abs_dirname "$0")/.."
|
root="$(abs_dirname "$0")/.."
|
||||||
|
|
||||||
if [ -d "$HOME/.rbenv/shims" ]; then
|
if [ -d "$HOME/.rbenv/shims" ]; then
|
||||||
echo 'PATH="$HOME/.rbenv/shims:$PATH"'
|
echo 'export PATH="$HOME/.rbenv/shims:$PATH"'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$shell" = "bash" ]; then
|
if [ "$shell" = "bash" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user