From 8a63dfea06a12f686b5da408b7af17a1d1145afc Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 26 Feb 2023 01:40:33 -0500 Subject: [PATCH] Auto Update --- files/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/.bashrc b/files/.bashrc index a6e415b..ed73607 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -30,8 +30,8 @@ export TERM=xterm-color [[ -f ~/.bash_aliases ]] && . ~/.bash_aliases # set PATH so it includes user's private bin if it exists -[[ -d "$HOME/bin" ]] && PATH="$PATH:$HOME/bin" -[[ -d "$HOME/.local/bin" ]] && PATH="$PATH:$HOME/.local/bin" +[[ -d "$HOME/bin" ]] && PATH+="$PATH:$HOME/bin" +[[ -d "$HOME/.local/bin" ]] && PATH+="$PATH:$HOME/.local/bin" # source misc user scripts if [ -d ~/git/dotfiles/source ]; then