Add .profile and .zprofile files

This commit is contained in:
Anthony Oteri
2023-08-31 16:44:50 -04:00
parent e364eed8da
commit 2977a9b3ca
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"