Auto Update

This commit is contained in:
matt1432 2023-02-26 01:40:33 -05:00
parent 07fdbe0495
commit 8a63dfea06

View file

@ -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