From f1d849546bab5fbe5f4686fffa2a6f059451cc23 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 4 Feb 2023 01:16:39 -0500 Subject: [PATCH] Auto Update --- files/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.profile b/files/.profile index b001e7f..d3175bd 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 - for f in ./files/.*; do if [[ -f $f ]]; then ln ./files/$f ../../ ; fi; done) + for f in ./files/.*; do if [[ -f $f ]]; then ln ./$f ../../ ; fi; done) fi . ~/.bashrc