From ea367300a8a403642ff7a4b0d7c1ad2a3842c879 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 1 Feb 2023 01:45:14 -0500 Subject: [PATCH] Auto Update --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index f7f34ea..76e60aa 100644 --- a/.profile +++ b/.profile @@ -1,6 +1,6 @@ if [ -d ~/git/dotfiles ] ; then bash ~/git/dotfiles/pull.sh - rm ~/.bash* ~/.profile + rm ~/.bash-* ~/.bashrc ~/.bash_aliases ~/.profile ~/.colors (cd ~/git/dotfiles ln ./.bash* ../../ ln ./.profile ../../)