From 150341e4c21551c057f68d41b41a07df530665fc Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 2 Feb 2022 10:17:05 +0100 Subject: [PATCH] Feat: activate pyenv --- zsh/.config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index a5eb894..0c62822 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -68,6 +68,9 @@ bindkey -M vicmd 'j' history-substring-search-down # Auto-ls source ~/.config/zsh/auto-ls/auto-ls.zsh +# Pyenv +eval "$(pyenv init --path)" + source ~/.config/zsh/completion.zsh source ~/.config/zsh/key-bindings.zsh