. ~/.bashrc
if [ -d ~/git/dotfiles ] ; then
bash ~/git/dotfiles/pull.sh
. ~/git/dotfiles/.profile &&
rm ~/.bash* ~/.profile
(cd ~/git/dotfiles
ln ./.bash* ../../
ln ./.profile ../../)
fi