|
|
@ -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 |
|
|
|