Browse Source

Fix post update exit

merge-requests/1/merge
lhark 10 years ago
parent
commit
8db34ebfee
  1. 2
      zshrc

2
zshrc

@ -38,7 +38,7 @@ elif $(echo "$git_st" | grep '^## .*behind' &> /dev/null); then
read line read line
if [ "$line" = Y ] || [ "$line" = y ]; then if [ "$line" = Y ] || [ "$line" = y ]; then
git pull --rebase --stat origin master && source $HOME/.zshrc git pull --rebase --stat origin master && source $HOME/.zshrc
exit 0 return
fi fi
fi fi

Loading…
Cancel
Save