autoload -Uz promptinit
promptinit
prompt adam2
source ~/.shell_aliases
source ~/.shell_funcs
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
source ~/.shell_base