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