Update nvm script

This commit is contained in:
John Doty 2024-02-22 15:22:52 +00:00
parent 97594f706b
commit 011e9ca0dc
4 changed files with 35 additions and 31 deletions

View file

@ -15,7 +15,7 @@ fish_add_path --append \
if command -s pyenv > /dev/null
set -Ux PYENV_ROOT $HOME/.pyenv
fish_add_path --move $PYENV_ROOT/bin
pyenv init - | source
end