Update '.lsd.rc'

This commit is contained in:
2023-04-30 11:42:58 +02:00
parent 88d8305f24
commit 7634648c5b

14
.lsd.rc
View File

@@ -3,9 +3,11 @@ alias ls='lsd'
alias l='ls -l'
alias la='ls -a'
alias ll='ls -lah'
alias lt='ls -a --tree'
alias lt2='ls -a --tree --depth 2'
alias lt3='ls -a --tree --depth 3'
alias ltl='ls -lah --tree'
alias ltl2='ls -lah --tree --depth 2'
alias ltl3='ls -lah --tree --depth 3'
alias lt='ls -a --tree --depth 2 --ignore-glob .git'
alias lt2='ls -a --tree --depth 3 --ignore-glob .git'
alias lt3='ls -a --tree --depth 4 --ignore-glob .git'
alias ltu='ls -a --tree --ignore-glob .git'
alias ltl='ls -lah --tree --depth 2 --ignore-glob .git'
alias ltl2='ls -lah --tree --depth 3 --ignore-glob .git'
alias ltl3='ls -lah --tree --depth 4 --ignore-glob .git'
alias ltlu='ls -lah --tree --ignore-glob .git'