(bash.arch) export GOPATH

This commit is contained in:
jc 2024-08-24 13:53:01 -04:00
commit f74866f6e2

View file

@ -340,3 +340,6 @@ bc() {
mac=$(bluetoothctl devices | rg "$1" | awk '{print $2}') mac=$(bluetoothctl devices | rg "$1" | awk '{print $2}')
bluetoothctl connect $mac bluetoothctl connect $mac
} }
export GOPATH=/home/jc/go
export PATH=$PATH:$GOPATH