mirror of
https://github.com/hazemKrimi/dotfiles.git
synced 2026-05-01 18:20:27 +00:00
Add GO installed software to path
This commit is contained in:
@@ -106,3 +106,9 @@ export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
export GOPATH=$HOME/go
|
||||
export GOROOT=/usr/local/go
|
||||
export GOBIN=$GOPATH/bin
|
||||
export PATH=$PATH:$GOPATH
|
||||
export PATH=$PATH:$GOROOT/bin
|
||||
export PATH=$PATH:$GOPATH/bin
|
||||
|
||||
Reference in New Issue
Block a user