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