Remove pyenv init from bashrc
This commit is contained in:
parent
bd4763cdda
commit
543c758b83
1
.bashrc
1
.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)"
|
||||
|
|
Loading…
Reference in a new issue