Remove deprecated option

This commit is contained in:
lhark 2016-06-28 04:28:00 +02:00
parent cf9577b137
commit 71cd6a7691

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
./install.sh --check
./install.sh
cd $PWD
source $HOME/.zshrc
return