update upgrade script

This commit is contained in:
Dmytro Meleshko 2018-12-23 00:36:10 +02:00
parent 7084c305d3
commit ddf9b3445b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ DOTFILES_PATH="${0:h}"
cd "$DOTFILES_PATH" || exit 1
git pull --rebase --stat origin master
git submodule update --init --recursive --remote
git submodule update --init --recursive --remote --progress
source "./zgen/zgen.zsh"
zgen update