summaryrefslogtreecommitdiff
path: root/etc/functions/cdl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-28 10:08:14 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-28 10:08:14 +0200
commit8896ac675b5bf513074d7552da7d9f4cf8d16217 (patch)
tree8c126c7993d9148658f9e0dff4033194c88f5ecd /etc/functions/cdl
parentb906e284447b1515056b8a763d32fb5f4a78b28b (diff)
now use autoloading for functions
Diffstat (limited to 'etc/functions/cdl')
-rw-r--r--etc/functions/cdl6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/functions/cdl b/etc/functions/cdl
index 49b4d7f..a23a0f6 100644
--- a/etc/functions/cdl
+++ b/etc/functions/cdl
@@ -1,4 +1,2 @@
-cdl () {
- cd "$1";
- ls;
-}
+cd "$1";
+ls;