diff options
-rw-r--r-- | etc/functions/newsbeuter | 1 | ||||
-rw-r--r-- | etc/functions/off | 1 | ||||
-rw-r--r-- | etc/functions/put | 1 |
3 files changed, 0 insertions, 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 <derf@derf.homelinux.org> ## License: WTFPL <http://sam.zoy.org/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 <derf@derf.homelinux.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> -autoload check_com fdie warn typeset hostname typeset -a ssh_options hosts typeset target_dir server_prefix |