aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-07-23 10:27:14 -0400
committerCameron Katri <me@cameronkatri.com>2021-07-23 10:27:14 -0400
commit5bcf94a41c793344f8c7ba5ccb4bcd81aa5722ed (patch)
tree9ef4a8e1f284e0dae27c921e5374ceee8c8821d8 /.zprofile
parent8f53527191a02d5080f3f18a9765300147f8e27c (diff)
downloaddotfiles-5bcf94a41c793344f8c7ba5ccb4bcd81aa5722ed.tar.gz
dotfiles-5bcf94a41c793344f8c7ba5ccb4bcd81aa5722ed.tar.zst
dotfiles-5bcf94a41c793344f8c7ba5ccb4bcd81aa5722ed.zip
Set PATH in .login_conf
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile4
1 files changed, 0 insertions, 4 deletions
diff --git a/.zprofile b/.zprofile
index e43a344..33435bb 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,5 +1 @@
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"