From 83e16a6a2c58e944f3b2c28b8b87cef5ebb69431 Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Tue, 21 Jan 2025 17:25:15 +0000 Subject: Remove pyenv --- zsh/.zshrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'zsh') 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 -- cgit v1.2.3