mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
disable OMZ auto-update prompt while upgrading
This commit is contained in:
parent
35b801d6b9
commit
a0c4f91ed1
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@ cd "$DOTFILES_PATH" || exit 1
|
|||
git pull --rebase --stat origin master
|
||||
git submodule update --init --recursive --remote --progress
|
||||
|
||||
DISABLE_AUTO_UPDATE=true
|
||||
source "./zgen/zgen.zsh"
|
||||
zgen update
|
||||
|
|
Loading…
Reference in a new issue