mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
add GOPATH
This commit is contained in:
parent
d89530505c
commit
1b7d15a80b
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ export DOTFILES=$HOME/.dotfiles
|
|||
# If you come from bash you might have to change your $PATH.
|
||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
export GOPATH=$HOME/go
|
||||
export GOBIN=$GOPATH/bin
|
||||
export PATH=$GOPATH/bin:$PATH
|
||||
export PATH=/usr/local/opt/gettext/bin:$PATH
|
||||
export PATH=/usr/local/opt/bison/bin:$PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue