Fix post update exit

This commit is contained in:
lhark 2015-12-17 15:02:08 +01:00
parent 6acb658e86
commit 8db34ebfee

2
zshrc
View file

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