add python to /Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS in .zprofile
authorAndrew Lorimer <andrew@lorimer.id.au>
Wed, 8 Aug 2018 08:55:00 +0000 (18:55 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Wed, 8 Aug 2018 09:08:20 +0000 (19:08 +1000)
zsh/.zprofile [new file with mode: 0644]
diff --git a/zsh/.zprofile b/zsh/.zprofile
new file mode 100644 (file)
index 0000000..2658434
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+# Python stuff
+PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
+export PATH