mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add Go exports
This commit is contained in:
parent
043d8ae0d7
commit
143ec98dc6
2 changed files with 6 additions and 0 deletions
|
|
@ -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
4
custom/go.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export GOROOT=$HOME/Local/go
|
||||
export GOOS=darwin
|
||||
export GOARCH=amd64
|
||||
export GOBIN=$HOME/Local/stow/go/bin
|
||||
Loading…
Add table
Add a link
Reference in a new issue