Use pyenv without shims
This commit is contained in:
parent
3bf8c424f6
commit
d65af34149
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ export VISUAL="nvim"
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
|
|
||||||
typeset -U path
|
typeset -U path
|
||||||
|
path=("$HOME/.pyenv/versions/3.12.9/bin" $path)
|
||||||
path=("$HOME/bin" $path)
|
path=("$HOME/bin" $path)
|
||||||
|
|
||||||
if (( $+commands[npm] )); then
|
if (( $+commands[npm] )); then
|
||||||
|
|
Loading…
Add table
Reference in a new issue