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\" \ +"