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 \
|
||||
-l \
|
||||
-p \
|
||||
--time-style "+" \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
|
@ -21,7 +22,7 @@ lt() {
|
|||
|
||||
# list timestamps recent last
|
||||
ltt() {
|
||||
l \
|
||||
lt \
|
||||
--reverse \
|
||||
-t \
|
||||
"${@}"
|
||||
|
|
Loading…
Reference in a new issue