Remove d glob qualifier (d is for dev), m+7 is for 7 days
This commit is contained in:
parent
82fe11ee1b
commit
6ff444cc42
1 changed files with 1 additions and 1 deletions
2
init.zsh
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue