(bash.arch) export GOPATH
This commit is contained in:
parent
10d89aa2b6
commit
f74866f6e2
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue