dotfiles/home/shell_base

9 lines
188 B
Plaintext
Raw Normal View History

2024-08-13 20:18:43 +00:00
source ~/.shell_funcs
source ~/.shell_aliases
2024-08-13 20:41:38 +00:00
source ~/.shell_exports
2024-08-13 20:18:43 +00:00
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
2024-08-13 20:41:38 +00:00
eval "$(pyenv init -)"
2024-08-13 20:18:43 +00:00
eval "$(direnv hook zsh)"