Added GOPATH and update PATH for golang

This commit is contained in:
Ben Vincent 2023-05-26 22:07:01 +10:00
parent c1ada3b89a
commit cc064f0159

View File

@ -1,6 +1,6 @@
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$PATH
export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$HOME/go/bin:$PATH
export GOPATH=$HOME/go
# set term
export TERM=xterm-256color