From 9216ee2c5b45c2c2e6a422c2d3edea3e67a6fde9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 20 Oct 2009 22:50:27 +0200 Subject: functions: Don't autoload functions which are already loaded --- etc/functions/newsbeuter | 1 - etc/functions/off | 1 - etc/functions/put | 1 - 3 files changed, 3 deletions(-) diff --git a/etc/functions/newsbeuter b/etc/functions/newsbeuter index dd43fb9..0c8c646 100644 --- a/etc/functions/newsbeuter +++ b/etc/functions/newsbeuter @@ -1,6 +1,5 @@ ## vim:ft=zsh ## wrapper around newsbeuter to keep the feeds in sync -autoload fdie function __sync { if [[ $HOST != aneurysm ]] { diff --git a/etc/functions/off b/etc/functions/off index 53f9343..f1c104d 100644 --- a/etc/functions/off +++ b/etc/functions/off @@ -4,7 +4,6 @@ ## Copyright (C) 2008, 2009 by Daniel Friesel ## License: WTFPL -autoload warn fdie typeset filesystem garbage file typeset -a filesystems typeset tune2fs diff --git a/etc/functions/put b/etc/functions/put index f2d5408..f0be248 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -5,7 +5,6 @@ ## Copyright (C) 2008, 2009 by Daniel Friesel ## License: WTFPL -autoload check_com fdie warn typeset hostname typeset -a ssh_options hosts typeset target_dir server_prefix -- cgit v1.2.3