fixes
This commit is contained in:
parent
7918a3c336
commit
bb90ce401b
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
Loading…
Reference in a new issue