diff --git a/zshrc b/zshrc index bd9a926..ef32cc1 100644 --- a/zshrc +++ b/zshrc @@ -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