mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add alias for listing files in modification order, latest at bottom
Signed-off-by: Miki Leskinen <miki.leskinen@reaktor.fi>
This commit is contained in:
parent
762b55bb2b
commit
38318786c2
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ alias history='fc -l 1'
|
|||
alias lsa='ls -lah'
|
||||
alias l='ls -la'
|
||||
alias ll='ls -l'
|
||||
alias lt='ls -lrthF'
|
||||
alias sl=ls # often screw this up
|
||||
|
||||
alias afind='ack-grep -il'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue