From 7dc47eae0cc5c73ee1d8946ff5315a9a4bf5499d Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:12:19 -0400 Subject: [PATCH] (bash) update GOPATH env --- bash/.bashrc.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc.arch b/bash/.bashrc.arch index d1397a6..200f4bb 100644 --- a/bash/.bashrc.arch +++ b/bash/.bashrc.arch @@ -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