From f74866f6e29660dbc17f8fce7de39415d06374bf Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sat, 24 Aug 2024 13:53:01 -0400 Subject: [PATCH] (bash.arch) export GOPATH --- bash/.bashrc.arch | 3 +++ 1 file changed, 3 insertions(+) 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