summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 1dd0b5d..29f2b24 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -26,9 +26,6 @@ bindkey '^r' history-incremental-search-backward
# PROMPT='%~ > '
-export PYENV_ROOT="$HOME/.pyenv"
-[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
-eval "$(pyenv init -)"
if command -v ngrok &>/dev/null; then
eval "$(ngrok completion)"
fi