Remove deprecated option
This commit is contained in:
parent
cf9577b137
commit
71cd6a7691
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
|
read line
|
||||||
if [ "$line" = Y ] || [ "$line" = y ]; then
|
if [ "$line" = Y ] || [ "$line" = y ]; then
|
||||||
git pull --rebase --stat origin master
|
git pull --rebase --stat origin master
|
||||||
./install.sh --check
|
./install.sh
|
||||||
cd $PWD
|
cd $PWD
|
||||||
source $HOME/.zshrc
|
source $HOME/.zshrc
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue