the update function is omz-update, not update-omz
This commit is contained in:
parent
6ff444cc42
commit
77a6e0d958
1 changed files with 1 additions and 1 deletions
2
init.zsh
2
init.zsh
|
@ -98,7 +98,7 @@ if zstyle -t ':omz:updater:auto' update; then
|
|||
|
||||
# Check for update every 7 days.
|
||||
if [ "$omz_update"(Nm+7) ]; then
|
||||
update-omz && touch "$omz_update"
|
||||
omz-update && touch "$omz_update"
|
||||
fi
|
||||
fi
|
||||
unset omz_update
|
||||
|
|
Loading…
Add table
Reference in a new issue