From 6ff444cc427841ab049c88479ebcae5cacada941 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Tue, 31 Jan 2012 13:07:24 -0500 Subject: [PATCH] Remove d glob qualifier (d is for dev), m+7 is for 7 days --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index 0e2c001e..325ebe6d 100644 --- a/init.zsh +++ b/init.zsh @@ -97,7 +97,7 @@ if zstyle -t ':omz:updater:auto' update; then fi # Check for update every 7 days. - if [ "$omz_update"(Nmd+7) ]; then + if [ "$omz_update"(Nm+7) ]; then update-omz && touch "$omz_update" fi fi