1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 07:50:40 +01:00

feat(common-aliases): add single-column and recursive ls aliases (#10096)

This commit is contained in:
Majid Hadavand
2021-12-29 13:15:02 +03:30
committed by GitHub
parent 8d58994d76
commit fcd7da3aec
2 changed files with 53 additions and 49 deletions

View File

@@ -12,6 +12,8 @@ alias ldot='ls -ld .*'
alias lS='ls -1FSsh'
alias lart='ls -1Fcart'
alias lrt='ls -1Fcrt'
alias lsr='ls -lARFh' #Recursive list of files and directories
alias lsn='ls -1' #A column contains name of files and directories
alias zshrc='${=EDITOR} ${ZDOTDIR:-$HOME}/.zshrc' # Quick access to the .zshrc file