From 4a3c8a6ed9490de3ebb296c40a29e548b2cc2430 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 4 Feb 2023 01:14:02 -0500 Subject: [PATCH] Auto Update --- files/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.profile b/files/.profile index c9e02cd..2d74511 100644 --- a/files/.profile +++ b/files/.profile @@ -4,7 +4,7 @@ if [ -d ~/git/dotfiles ] ; then bash ~/git/dotfiles/pull.sh (cd ~ ; rm $(command ls --almost-all ~/git/dotfiles/files)) (cd ~/git/dotfiles - ln ./files/.* ../../) + for f in .*; do if [[ -f $f ]]; then ln ./files/$f ../../ ; fi; done) fi . ~/.bashrc