summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-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