fix: replace leftover 'pathman add' with 'webi_path_add'

This commit is contained in:
AJ ONeal
2023-10-24 13:16:54 -06:00
parent 4b8f62a1b8
commit 1306fd6ebc
4 changed files with 8 additions and 10 deletions
+2 -2
View File
@@ -45,10 +45,10 @@ __init_pyenv() {
fi
mkdir -p ~/.pyenv/bin
pathman add ~/.pyenv/bin
webi_path_add ~/.pyenv/bin
mkdir -p ~/.pyenv/shims
pathman add ~/.pyenv/shims
webi_path_add ~/.pyenv/shims
echo "NOTE: You may also need to CLOSE and RE-OPEN your terminal for pyenv to take effect."
}