This commit is contained in:
Marc Beninca 2024-11-17 03:50:00 +01:00
parent 7918a3c336
commit bb90ce401b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -9,6 +9,7 @@ l() {
--color \ --color \
-l \ -l \
-p \ -p \
--time-style "+" \
"${@}" "${@}"
} }
@ -21,7 +22,7 @@ lt() {
# list timestamps recent last # list timestamps recent last
ltt() { ltt() {
l \ lt \
--reverse \ --reverse \
-t \ -t \
"${@}" "${@}"