From c5f24fccdf6ba5df7e9359751e8aea98f047a89f Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 20 Jun 2021 17:55:09 +0200 Subject: Add pyenv init to zshrc --- .config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index f37b8a5..26fbb1f 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -34,6 +34,9 @@ zsh_add_plugin "zsh-users/zsh-syntax-highlighting" # For more plugins: https://github.com/unixorn/awesome-zsh-plugins # More completions https://github.com/zsh-users/zsh-completions +# Init pyenv +eval "$(pyenv init -)" + # History in cache directory: HISTSIZE=100000 SAVEHIST=100000 -- cgit v1.2.3-70-g09d2