aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
blob: e43a3440b7147fbda9b79b6926bf2b3def2ac8a5 (plain) (blame)
1
2
3
4
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"