diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-14 12:29:08 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-14 12:29:08 +0000 |
| commit | 4178710763ab0b05e690b26be6b8cefd0c86a1c2 (patch) | |
| tree | 7ebcaba296a253cdde73b04a65bdaf95651ccb9a /zsh/.zprofile | |
Initial commit
Diffstat (limited to 'zsh/.zprofile')
| -rw-r--r-- | zsh/.zprofile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..95d30b4 --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1,6 @@ +eval "$(/opt/homebrew/bin/brew shellenv)" + +# Setting PATH for Python 3.9 +# The original version is saved in .zprofile.pysave +PATH="/Library/Frameworks/Python.framework/Versions/3.9/bin:${PATH}" +export PATH |
