dotfiles/home/shell_base
2024-08-13 16:41:38 -04:00

9 lines
188 B
Plaintext

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)"