diff options
Diffstat (limited to 'etc/functions/cdl')
-rw-r--r-- | etc/functions/cdl | 6 |
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; |