dotfiles/home/zshrc

13 lines
238 B
Bash
Raw Normal View History

2023-09-27 20:31:31 +00:00
autoload -Uz promptinit
promptinit
2024-08-13 20:28:51 +00:00
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