From f2df9247b86c3d47667df392c4190396fe59e65c Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 3 Apr 2023 11:24:48 -0400 Subject: [PATCH] Auto Update --- files/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/files/.bashrc b/files/.bashrc index 1ab14a6..68ce2ff 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -32,6 +32,7 @@ export TERM=xterm-color # set PATH so it includes user's private bin if it exists [[ -d "$HOME/bin" ]] && PATH+=":$HOME/bin" [[ -d "$HOME/.local/bin" ]] && PATH+=":$HOME/.local/bin" +[[ -d "$HOME/scipts/bin" ]] && PATH+=":$HOME/scripts/bin" # source misc user scripts if [ -d ~/git/dotfiles/source ]; then