diff --git a/bash/bashrc b/bash/bashrc index ec947d2..56522a2 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -232,4 +232,6 @@ gcr() { fi } +export GOPATH=$HOME/go +export PATH=$PATH:$GOPATH:$GOPATH/bin:/usr/local/go/bin export EDITOR=nvim