mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 04293be35d into 291e96dcd0
This commit is contained in:
commit
f383b1a586
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,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