From 2c5a14883e6d9772a8ae0c42ce58d698e5339051 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 3 Apr 2023 11:42:12 -0400 Subject: [PATCH] Auto Update --- files/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.bashrc b/files/.bashrc index 6e4219a..fbe870b 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -32,7 +32,7 @@ export TERM=xterm-color # set PATH so it includes certain bin folders if they exist [[ -d ~/bin ]] && PATH+=":$HOME/bin" [[ -d ~/.local/bin ]] && PATH+=":$HOME/.local/bin" -[[ -d ~/scipts/bin ]] && PATH+=":$HOME/scripts/bin" +[[ -d ~/scripts/bin ]] && PATH+=":$HOME/scripts/bin" [[ -d /usr/local/go/bin ]] && PATH+=":/usr/local/go/bin" # source misc user scripts