diff options
Diffstat (limited to 'etc/functions/cdl')
-rw-r--r-- | etc/functions/cdl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/functions/cdl b/etc/functions/cdl new file mode 100644 index 0000000..49b4d7f --- /dev/null +++ b/etc/functions/cdl @@ -0,0 +1,4 @@ +cdl () { + cd "$1"; + ls; +} |