From d03395f29aa612e754cbe424730b0b9394de29a1 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sat, 17 Jul 2021 14:20:31 -0400 Subject: Set PATH in .zprofile, dotgit not dotconfig --- .zprofile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .zprofile (limited to '.zprofile') diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..e43a344 --- /dev/null +++ b/.zprofile @@ -0,0 +1,5 @@ +export GOPATH=$HOME/Documents/go +export PATH="$GOPATH/bin:$PATH" +export PATH="/usr/local/llvm12/bin:$PATH" +export PATH="/usr/local/libexec/apple/bin:$PATH" +export PATH="$HOME/.local/bin:/usr/local/libexec/ccache:/opt/limd/bin:$PATH" -- cgit v1.2.3-56-ge451