diff --git a/.bashrc b/.bashrc index f0de464..1e577f4 100644 --- a/.bashrc +++ b/.bashrc @@ -41,6 +41,11 @@ export TERM=alacritty export EDITOR=nvim export VISUAL=nvim +# Golang ENVs +export GOPATH="$HOME/go" +export GOBIN="$GOPATH/bin" +export PATH="$PATH:$GOBIN" + # Use thefuck command to fix previous command eval "$(thefuck --alias)"