This commit is contained in:
Steve 2022-12-03 20:51:19 -05:00
commit e25cf3edec
34 changed files with 3718 additions and 0 deletions

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

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