summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-07 21:53:09 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-07 21:53:09 +0200
commite1f09c0e93e133a253b8d809f5e234c9b3d59c68 (patch)
treec9e13f54945a1a12e89e54407a0f5c4c138af16e
parentf9f7d2fc9d9c403561870562991282073aac3a4b (diff)
Simply autoload all functions, don't make them executable
-rw-r--r--etc/function2
-rw-r--r--[-rwxr-xr-x]etc/functions/check_com0
-rw-r--r--[-rwxr-xr-x]etc/functions/chpwd0
-rw-r--r--[-rwxr-xr-x]etc/functions/countdown0
-rw-r--r--[-rwxr-xr-x]etc/functions/dirinfo0
-rw-r--r--[-rwxr-xr-x]etc/functions/extr0
-rw-r--r--[-rwxr-xr-x]etc/functions/finfo0
-rw-r--r--[-rwxr-xr-x]etc/functions/gtd-all0
-rw-r--r--[-rwxr-xr-x]etc/functions/gtd-move0
-rw-r--r--[-rwxr-xr-x]etc/functions/help0
-rw-r--r--[-rwxr-xr-x]etc/functions/mkcd0
-rw-r--r--[-rwxr-xr-x]etc/functions/newsbeuter0
-rw-r--r--[-rwxr-xr-x]etc/functions/off0
-rw-r--r--[-rwxr-xr-x]etc/functions/plonkhost0
-rw-r--r--[-rwxr-xr-x]etc/functions/postpone0
-rw-r--r--[-rwxr-xr-x]etc/functions/put0
-rw-r--r--[-rwxr-xr-x]etc/functions/recall0
-rw-r--r--[-rwxr-xr-x]etc/functions/reload0
-rw-r--r--[-rwxr-xr-x]etc/functions/rrad0
-rw-r--r--[-rwxr-xr-x]etc/functions/rtab0
-rw-r--r--[-rwxr-xr-x]etc/functions/salias0
-rw-r--r--[-rwxr-xr-x]etc/functions/umts0
-rw-r--r--[-rwxr-xr-x]etc/functions/whichf0
-rw-r--r--[-rwxr-xr-x]etc/functions/world-readable0
-rw-r--r--[-rwxr-xr-x]etc/functions/xexport0
-rw-r--r--[-rwxr-xr-x]etc/functions/xhashd0
-rw-r--r--[-rwxr-xr-x]etc/functions/xsource0
-rw-r--r--[-rwxr-xr-x]etc/functions/youtube-watch0
28 files changed, 1 insertions, 1 deletions
diff --git a/etc/function b/etc/function
index 63b0e98..0d83b73 100644
--- a/etc/function
+++ b/etc/function
@@ -7,7 +7,7 @@ autoload catch throw
autoload zargs
# own functions
-autoload $ZDIR/functions/*(*:t)
+autoload $ZDIR/functions/*(:t)
function Start Stop Restart Reload {
typeset script sudo
diff --git a/etc/functions/check_com b/etc/functions/check_com
index 21de466..21de466 100755..100644
--- a/etc/functions/check_com
+++ b/etc/functions/check_com
diff --git a/etc/functions/chpwd b/etc/functions/chpwd
index e950844..e950844 100755..100644
--- a/etc/functions/chpwd
+++ b/etc/functions/chpwd
diff --git a/etc/functions/countdown b/etc/functions/countdown
index 28639f4..28639f4 100755..100644
--- a/etc/functions/countdown
+++ b/etc/functions/countdown
diff --git a/etc/functions/dirinfo b/etc/functions/dirinfo
index 689c20f..689c20f 100755..100644
--- a/etc/functions/dirinfo
+++ b/etc/functions/dirinfo
diff --git a/etc/functions/extr b/etc/functions/extr
index ac98916..ac98916 100755..100644
--- a/etc/functions/extr
+++ b/etc/functions/extr
diff --git a/etc/functions/finfo b/etc/functions/finfo
index 62a5fe9..62a5fe9 100755..100644
--- a/etc/functions/finfo
+++ b/etc/functions/finfo
diff --git a/etc/functions/gtd-all b/etc/functions/gtd-all
index ddbfdba..ddbfdba 100755..100644
--- a/etc/functions/gtd-all
+++ b/etc/functions/gtd-all
diff --git a/etc/functions/gtd-move b/etc/functions/gtd-move
index fa03800..fa03800 100755..100644
--- a/etc/functions/gtd-move
+++ b/etc/functions/gtd-move
diff --git a/etc/functions/help b/etc/functions/help
index aa0c269..aa0c269 100755..100644
--- a/etc/functions/help
+++ b/etc/functions/help
diff --git a/etc/functions/mkcd b/etc/functions/mkcd
index c4a8c5d..c4a8c5d 100755..100644
--- a/etc/functions/mkcd
+++ b/etc/functions/mkcd
diff --git a/etc/functions/newsbeuter b/etc/functions/newsbeuter
index dd43fb9..dd43fb9 100755..100644
--- a/etc/functions/newsbeuter
+++ b/etc/functions/newsbeuter
diff --git a/etc/functions/off b/etc/functions/off
index 12997f4..12997f4 100755..100644
--- a/etc/functions/off
+++ b/etc/functions/off
diff --git a/etc/functions/plonkhost b/etc/functions/plonkhost
index d3020ed..d3020ed 100755..100644
--- a/etc/functions/plonkhost
+++ b/etc/functions/plonkhost
diff --git a/etc/functions/postpone b/etc/functions/postpone
index 452f234..452f234 100755..100644
--- a/etc/functions/postpone
+++ b/etc/functions/postpone
diff --git a/etc/functions/put b/etc/functions/put
index f2d5408..f2d5408 100755..100644
--- a/etc/functions/put
+++ b/etc/functions/put
diff --git a/etc/functions/recall b/etc/functions/recall
index 31253d4..31253d4 100755..100644
--- a/etc/functions/recall
+++ b/etc/functions/recall
diff --git a/etc/functions/reload b/etc/functions/reload
index afa634f..afa634f 100755..100644
--- a/etc/functions/reload
+++ b/etc/functions/reload
diff --git a/etc/functions/rrad b/etc/functions/rrad
index 195ceb3..195ceb3 100755..100644
--- a/etc/functions/rrad
+++ b/etc/functions/rrad
diff --git a/etc/functions/rtab b/etc/functions/rtab
index f1465d8..f1465d8 100755..100644
--- a/etc/functions/rtab
+++ b/etc/functions/rtab
diff --git a/etc/functions/salias b/etc/functions/salias
index d8a3340..d8a3340 100755..100644
--- a/etc/functions/salias
+++ b/etc/functions/salias
diff --git a/etc/functions/umts b/etc/functions/umts
index 9c1daf5..9c1daf5 100755..100644
--- a/etc/functions/umts
+++ b/etc/functions/umts
diff --git a/etc/functions/whichf b/etc/functions/whichf
index 01026c4..01026c4 100755..100644
--- a/etc/functions/whichf
+++ b/etc/functions/whichf
diff --git a/etc/functions/world-readable b/etc/functions/world-readable
index 7963223..7963223 100755..100644
--- a/etc/functions/world-readable
+++ b/etc/functions/world-readable
diff --git a/etc/functions/xexport b/etc/functions/xexport
index 6c9235b..6c9235b 100755..100644
--- a/etc/functions/xexport
+++ b/etc/functions/xexport
diff --git a/etc/functions/xhashd b/etc/functions/xhashd
index 2909ea7..2909ea7 100755..100644
--- a/etc/functions/xhashd
+++ b/etc/functions/xhashd
diff --git a/etc/functions/xsource b/etc/functions/xsource
index 50ad5be..50ad5be 100755..100644
--- a/etc/functions/xsource
+++ b/etc/functions/xsource
diff --git a/etc/functions/youtube-watch b/etc/functions/youtube-watch
index 18e473a..18e473a 100755..100644
--- a/etc/functions/youtube-watch
+++ b/etc/functions/youtube-watch