diff --git a/pull.sh b/pull.sh index 0d1a1a1..f4f8c78 100644 --- a/pull.sh +++ b/pull.sh @@ -1,8 +1,8 @@ #!/bin/bash if [ -d ~/git/dotfiles ] ; then - (git config --global user.email "matt@nelim.org" - git config --global user.name "matt1432" + (git config --global user.email "matt@nelim.org" && + git config --global user.name "matt1432" && cd ~/git/dotfiles && git config pull.rebase false && - git pull) # test if work + git pull) fi