Auto Update

This commit is contained in:
matt1432 2023-02-01 01:51:12 -05:00
parent c4b9f94a5a
commit 8297b3d05b

View file

@ -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