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