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