1
0
Fork 0

remove auto-update plugin

pull/5/head
Jonathan Dahan 13 years ago
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…
Cancel
Save