From d65af34149034d37e24f771c037f394018f74bf2 Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad <me@hadeedahmad.com> Date: Sun, 30 Mar 2025 21:58:29 +0500 Subject: [PATCH] Use pyenv without shims --- zsh/dot-zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 07ac180..dd29af6 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -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