diff --git a/.config/bash/module/ls.sh b/.config/bash/module/ls.sh index 84b71ee..963f760 100644 --- a/.config/bash/module/ls.sh +++ b/.config/bash/module/ls.sh @@ -32,7 +32,7 @@ lll() # list files recursively. llll() { - ls -RlAhvt --si --group-directories-first "$@" + ls -RlAhv --si --group-directories-first "$@" } # list files alphabetically.