From fbd3f20c240a3ab1efcc2108c7ffbb8e19944d31 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 4 Feb 2023 01:39:21 -0500 Subject: [PATCH] Auto Update --- files/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.bashrc b/files/.bashrc index dd0a64a..055117f 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -37,7 +37,7 @@ if [ -d "$HOME/bin" ] ; then fi # source misc user scripts -if [ -d ~/git/dotfiles/sources ] ; then +if [ -d ~/git/dotfiles/source ] ; then for f in ~/git/dotfiles/source/.*; do if [[ -f $f ]]; then source $f ; fi; done fi