From f45043a48bef11e2ba9f25f4f1209b8fa8199b5e Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 27 May 2023 13:17:27 -0400 Subject: [PATCH] Auto Update --- files/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/files/.bashrc b/files/.bashrc index b1d6eda..b115208 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -34,6 +34,7 @@ export TERM=xterm-color [[ -d ~/.local/bin ]] && PATH+=":$HOME/.local/bin" [[ -d ~/scripts/bin ]] && PATH+=":$HOME/scripts/bin" [[ -d /usr/local/go/bin ]] && PATH+=":/usr/local/go/bin" +[[ -d ~/go/bin ]] && PATH+=":$HOME/go/bin" # source misc user scripts if [ -d ~/git/dotfiles/source ]; then