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