diff --git a/init.zsh b/init.zsh index 325ebe6d..7d819a63 100644 --- a/init.zsh +++ b/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