aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-07-17 14:20:31 -0400
committerCameron Katri <me@cameronkatri.com>2021-07-17 14:20:31 -0400
commitd03395f29aa612e754cbe424730b0b9394de29a1 (patch)
tree30e760108892328e2c13f335d3e90d40ba8b2c50 /.zprofile
parentb430a437b3243b7e341ee08a690a1c870b7ee898 (diff)
downloaddotfiles-d03395f29aa612e754cbe424730b0b9394de29a1.tar.gz
dotfiles-d03395f29aa612e754cbe424730b0b9394de29a1.tar.zst
dotfiles-d03395f29aa612e754cbe424730b0b9394de29a1.zip
Set PATH in .zprofile, dotgit not dotconfig
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile5
1 files changed, 5 insertions, 0 deletions
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"