From 3bcee130f2d300f8120884d2bd56cc8575306f17 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 4 Feb 2023 01:38:11 -0500 Subject: [PATCH] Auto Update --- files/.bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/.bashrc b/files/.bashrc index 586ea75..d40e7c8 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -37,9 +37,9 @@ if [ -d "$HOME/bin" ] ; then fi # source misc user scripts -#if [ -d ~/git/dotfiles/files ] ; then -# for f in ~/git/dotfiles/files/.*; do if [[ -f $f ]]; then source $f ; fi; done -#fi +if [ -d ~/git/dotfiles/sources ] ; then + for f in ~/git/dotfiles/sources/.*; do if [[ -f $f ]]; then source $f ; fi; done +fi # source headscale autocompletion script if [ -f ~/.autoheadscale ] ; then