Auto Update

This commit is contained in:
matt1432 2023-02-01 01:45:14 -05:00
parent 7cd6322c3d
commit ea367300a8

View file

@ -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 ../../)