From 238896f4ba2af128c65d08213f84df83a7cdf768 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 26 Feb 2023 01:41:29 -0500 Subject: [PATCH] Auto Update --- files/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/.bashrc b/files/.bashrc index ed73607..1d28598 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+=":$HOME/bin" +[[ -d "$HOME/.local/bin" ]] && PATH+=":$HOME/.local/bin" # source misc user scripts if [ -d ~/git/dotfiles/source ]; then