diff --git a/.bashrc b/.bashrc index 219c26c8..652df5c4 100644 --- a/.bashrc +++ b/.bashrc @@ -50,6 +50,8 @@ 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)"