mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 22:41:16 +00:00
Export $PATH on init
This commit is contained in:
parent
4714b5bd4e
commit
917b3687cb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ abs_dirname() {
|
|||
root="$(abs_dirname "$0")/.."
|
||||
|
||||
if [ -d "$HOME/.rbenv/shims" ]; then
|
||||
echo 'PATH="$HOME/.rbenv/shims:$PATH"'
|
||||
echo 'export PATH="$HOME/.rbenv/shims:$PATH"'
|
||||
fi
|
||||
|
||||
if [ "$shell" = "bash" ]; then
|
||||
|
|
Loading…
Reference in a new issue