Add Go exports

This commit is contained in:
Wesley Moore 2009-11-12 19:10:49 +11:00
commit 143ec98dc6
2 changed files with 6 additions and 0 deletions

View file

@ -6,3 +6,5 @@ alias gs='git status'
alias ga='git add'
alias gco='git checkout'
alias gd="git diff"
unalias gl

4
custom/go.zsh Normal file
View file

@ -0,0 +1,4 @@
export GOROOT=$HOME/Local/go
export GOOS=darwin
export GOARCH=amd64
export GOBIN=$HOME/Local/stow/go/bin