From 26efa3ccbf07fd963f7a14feac77153f60085394 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 8 Jan 2023 04:36:29 -0500 Subject: [PATCH] Auto Update --- .profile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index 669be4c..50996b9 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,10 @@ . ~/.bashrc if [ -d ~/git/dotfiles ] ; then - bash ~/git/dotfiles/pull.sh + bash ~/git/dotfiles/pull.sh + . ~/git/dotfiles/.profile && + rm ~/.bash* ~/.profile + (cd ~/git/dotfiles + ln ./.bash* ../../ + ln ./.profile ../../) fi