source ~/.shell_funcs source ~/.shell_aliases source ~/.shell_exports command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" eval "$(direnv hook zsh)"