From e25bf7bbfb89a27f712cfe7d6e2a063feed3a8aa Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 14 May 2023 13:33:51 +0200 Subject: [PATCH] l --- bash/ls.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bash/ls.sh b/bash/ls.sh index c820fb5..f9a65e5 100644 --- a/bash/ls.sh +++ b/bash/ls.sh @@ -1,2 +1,9 @@ -# list current directory entries -alias l='ls --all --color -l -p --time-style="+%Y%m%d-%H%M%S%-:::z"' +# list current directory's entries +alias l="\ +ls \ +--all \ +--color \ +-l \ +-p \ +--time-style \"+%Y%m%d-%H%M%S%-:::z\" \ +"