diff --git a/.profile b/.profile index 669be4c..50996b9 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,10 @@ . ~/.bashrc if [ -d ~/git/dotfiles ] ; then - bash ~/git/dotfiles/pull.sh + bash ~/git/dotfiles/pull.sh + . ~/git/dotfiles/.profile && + rm ~/.bash* ~/.profile + (cd ~/git/dotfiles + ln ./.bash* ../../ + ln ./.profile ../../) fi