summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rwxr-xr-x.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index f30f562..0a3a6d2 100755
--- a/.zshrc
+++ b/.zshrc
@@ -58,5 +58,10 @@ PROMPT="${PROMPT}%F{015}${_dir}"
PROMPT="${PROMPT}${_separator}${_prompt}${_separator}%f"
RPROMPT='${vcs_info_msg_0_}'
+# pyenv
+# export PYENV_ROOT="$HOME/.pyenv"
+eval "$(pyenv init --path)"
+eval "$(pyenv init -)"
+
(cat ~/.cache/dot/sequences 2>/dev/null &)
# clear
remember that computers suck.