diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..f6bba3f --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1,2 @@ +export PATH="$PATH:/Users/jdormit/.local/bin" +eval "$(pyenv init --path)"