diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-06-20 17:55:09 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-06-20 17:55:09 +0200 |
commit | c5f24fccdf6ba5df7e9359751e8aea98f047a89f (patch) | |
tree | 3f5993ebd63263a177ec2f1aaa446a221089b2a6 | |
parent | d0bd92fdb861fd0aa3d43e1749447681162113f9 (diff) |
Add pyenv init to zshrc
-rw-r--r-- | .config/zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |