This commit is contained in:
mr0xb 2026-05-27 11:20:09 -04:00
commit 396aae995d
No known key found for this signature in database
11 changed files with 618 additions and 0 deletions

6
.zshrc.d/gopath.zsh Normal file
View file

@ -0,0 +1,6 @@
# GoPath stuff
export PATH="$PATH:${HOME}/.bin"
export GOPATH="${HOME}/go"
export GOBIN="${HOME}/go/bin/"
export PATH=$PATH:$GOROOT/bin:$GOBIN
export HISTCONTROL=ignorespace:ignoredups