Fix post update exit
This commit is contained in:
parent
6acb658e86
commit
8db34ebfee
1 changed files with 1 additions and 1 deletions
2
zshrc
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue