summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@krotosaudio.com>2025-01-21 17:25:15 +0000
committerMichaël Ball <michael.ball@krotosaudio.com>2025-01-21 17:25:15 +0000
commit83e16a6a2c58e944f3b2c28b8b87cef5ebb69431 (patch)
treecdafd9f0ebec831043c4e1ce173b8dfa925354db /zsh
parent234208ea25431eb5c99132f87ccbc9723a5be1ff (diff)
Remove pyenv
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