From 71cd6a76910ca19acf1295b1797be53e9b6df45a Mon Sep 17 00:00:00 2001 From: lhark Date: Tue, 28 Jun 2016 04:28:00 +0200 Subject: [PATCH] Remove deprecated option --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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