From 8896ac675b5bf513074d7552da7d9f4cf8d16217 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Jun 2008 10:08:14 +0200 Subject: now use autoloading for functions --- etc/functions/cdl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'etc/functions/cdl') 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; -- cgit v1.2.3