From 77a6e0d9589bb774651839d2dc1a03484830da2a Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Tue, 31 Jan 2012 13:08:09 -0500 Subject: [PATCH] the update function is omz-update, not update-omz --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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