(bash) update GOPATH env

This commit is contained in:
jc 2024-10-15 17:12:19 -04:00
commit 7dc47eae0c

View file

@ -354,6 +354,6 @@ bc() {
bluetoothctl connect $mac
}
export GOPATH=/home/jc/go
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH:$GOPATH/bin
export EDITOR=nvim