1
Fork 0

Use pyenv without shims

This commit is contained in:
Hadeed 2025-03-30 21:58:29 +05:00
parent 3bf8c424f6
commit d65af34149

View file

@ -16,6 +16,7 @@ export VISUAL="nvim"
export EDITOR="nvim"
typeset -U path
path=("$HOME/.pyenv/versions/3.12.9/bin" $path)
path=("$HOME/bin" $path)
if (( $+commands[npm] )); then