dotfiles/home/zshrc
2024-08-13 16:28:51 -04:00

13 lines
238 B
Bash

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