#!/bin/bash
if [ -f ~/git/dotfiles ] ; then
git config pull.rebase false
(cd ~/git/dotfiles && git pull)
fi