add some plugins from oh-my-zsh

This commit is contained in:
2026-01-21 11:34:38 +08:00
parent af348af4b2
commit 15749221e5
5 changed files with 22 additions and 3 deletions

View File

@@ -25,7 +25,8 @@ 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 ldot='ls -ld .*'
alias lS='ls -1FSsh'
alias lss='ls -1FSsh'
alias lS='lss'
alias lart='ls -1Fcart'
alias lrt='ls -1Fcrt'
alias lsr='ls -lARFh' #Recursive list of files and directories