From 349808ed5cc475f05dde532f9b22be56a47e524e Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Fri, 27 Jan 2012 04:42:04 -0500 Subject: [PATCH] remove auto-update plugin --- plugins/auto-update/init.zsh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 plugins/auto-update/init.zsh diff --git a/plugins/auto-update/init.zsh b/plugins/auto-update/init.zsh deleted file mode 100644 index e517340e..00000000 --- a/plugins/auto-update/init.zsh +++ /dev/null @@ -1,13 +0,0 @@ -# Auto-update zsh if its over 6 hours old -# Jonathan Dahan - -# 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