mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
add lld to list all files with directories on top
This commit is contained in:
parent
3913106b2e
commit
04293be35d
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ alias la='ls -lAFh' #long list,show almost all,show type,human readable
|
|||
alias lr='ls -tRFh' #sorted by date,recursive,show type,human readable
|
||||
alias lt='ls -ltFh' #long list,sorted by date,show type,human readable
|
||||
alias ll='ls -l' #long list
|
||||
alias lld='ls -l --group-directories-first' #long list with directories first
|
||||
alias ldot='ls -ld .*'
|
||||
alias lS='ls -1FSsh'
|
||||
alias lart='ls -1Fcart'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue