diff --git a/zshrc b/zshrc index cd6abb8..2708446 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 - ./install.sh --check + ./install.sh cd $PWD source $HOME/.zshrc return