From 8297b3d05bc86142517abc14074c7863e411533b Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 1 Feb 2023 01:51:12 -0500 Subject: [PATCH] Auto Update --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index 49f3b99..a58b0cb 100644 --- a/.profile +++ b/.profile @@ -2,7 +2,8 @@ if [ -d ~/git/dotfiles ] ; then bash ~/git/dotfiles/pull.sh rm ~/.bashrc ~/.bash_aliases ~/.profile (cd ~/git/dotfiles - ln ./.bash* ../../ + ln ./.bashrc ../../ + ln ./.bash_aliases ../../ ln ./.profile ../../) fi