From 4178710763ab0b05e690b26be6b8cefd0c86a1c2 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Tue, 14 Dec 2021 12:29:08 +0000 Subject: Initial commit --- zsh/.zprofile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 zsh/.zprofile (limited to 'zsh/.zprofile') 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 -- cgit v1.2.3-70-g09d2