parent
aefb92561d
commit
349808ed5c
@ -1,13 +0,0 @@
|
||||
# Auto-update zsh if its over 6 hours old
|
||||
# Jonathan Dahan <jonathan@jedahan.com>
|
||||
|
||||
# Take a look at the update-omz options in functions/
|
||||
|
||||
if [ -f ~/.omz-update ]; then
|
||||
# update if ~/.omz-update was modified over 6 hours ago
|
||||
if [ ~/.omz-update(Nmh+6) ]; then
|
||||
update-omz
|
||||
fi
|
||||
else
|
||||
update-omz
|
||||
fi
|
Loading…
Reference in new issue