From 543c758b83ee22f033dd102b53053fff011bb0ce Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 3 Mar 2023 09:21:03 +0000 Subject: [PATCH] Remove pyenv init from bashrc --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index e779180f..eaeba69d 100644 --- a/.bashrc +++ b/.bashrc @@ -53,6 +53,5 @@ fi export PYENV_ROOT="$HOME/.pyenv" command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" -command -v pyenv >/dev/null && eval "$(pyenv init -)" command -v direnv > /dev/null 2>&1 && eval "$(direnv hook bash)" command -v starship > /dev/null 2>&1 && eval "$(starship init bash)"