mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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.
|
# If you come from bash you might have to change your $PATH.
|
||||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
|
export GOBIN=$GOPATH/bin
|
||||||
export PATH=$GOPATH/bin:$PATH
|
export PATH=$GOPATH/bin:$PATH
|
||||||
export PATH=/usr/local/opt/gettext/bin:$PATH
|
export PATH=/usr/local/opt/gettext/bin:$PATH
|
||||||
export PATH=/usr/local/opt/bison/bin:$PATH
|
export PATH=/usr/local/opt/bison/bin:$PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue