summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-06-20 17:55:09 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-06-20 17:55:09 +0200
commitc5f24fccdf6ba5df7e9359751e8aea98f047a89f (patch)
tree3f5993ebd63263a177ec2f1aaa446a221089b2a6 /.config/zsh
parentd0bd92fdb861fd0aa3d43e1749447681162113f9 (diff)
Add pyenv init to zshrc
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc3
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