diff --git a/bash/.bashrc.arch b/bash/.bashrc.arch index feb4c82..e6b3cd5 100644 --- a/bash/.bashrc.arch +++ b/bash/.bashrc.arch @@ -340,3 +340,6 @@ bc() { mac=$(bluetoothctl devices | rg "$1" | awk '{print $2}') bluetoothctl connect $mac } + +export GOPATH=/home/jc/go +export PATH=$PATH:$GOPATH