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