From b9d741b4e230b65bd8b71b1be80df130bcd1ee4f Mon Sep 17 00:00:00 2001 From: Asocia Date: Tue, 27 Apr 2021 00:42:31 +0300 Subject: [PATCH] Remove pyenv --- .zshrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.zshrc b/.zshrc index a6da39d..559c655 100644 --- a/.zshrc +++ b/.zshrc @@ -158,15 +158,7 @@ alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' # . /usr/share/autojump/autojump.sh -export PYENV_ROOT="$HOME/.pyenv" -export PATH="$PYENV_ROOT/bin:$PATH" export PATH="/snap/bin:$PATH" -export PYENV_VIRTUALENV_DISABLE_PROMPT=1 -if command -v pyenv 1>/dev/null 2>&1; then - eval "$(pyenv init -)" -fi - -eval "$(pyenv virtualenv-init -)" # If not in tmux session, add battery and time to prompt