Dotfiles update 2026-01-02 14:14

This commit is contained in:
Aaron D. Lee
2026-01-02 14:14:36 -05:00
parent 1795533e3b
commit 9a29bdb49d

View File

@@ -384,3 +384,11 @@ fi
# End - Profiling output (uncomment zprof at top to use) # End - Profiling output (uncomment zprof at top to use)
# ============================================================================ # ============================================================================
# zprof # zprof
#
#
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
eval "$(pyenv init -)"