feat(lsd): remove --total-size from lx & llx
This commit is contained in:
parent
1fc67dce83
commit
7a8183d5e5
@ -22,12 +22,8 @@ hyperlink: auto
|
|||||||
# ignore-globs:
|
# ignore-globs:
|
||||||
# - .git
|
# - .git
|
||||||
|
|
||||||
indicators: false
|
|
||||||
|
|
||||||
recursion:
|
recursion:
|
||||||
enabled: false
|
enabled: false
|
||||||
depth: 2
|
depth: 2
|
||||||
|
|
||||||
total-size: true
|
|
||||||
|
|
||||||
symlink-arrow: =>
|
symlink-arrow: =>
|
||||||
|
7
.zshrc
7
.zshrc
@ -171,10 +171,11 @@ autoload -U zmv
|
|||||||
alias mmv='noglob zmv -W'
|
alias mmv='noglob zmv -W'
|
||||||
|
|
||||||
# https://github.com/lsd-rs/lsd
|
# https://github.com/lsd-rs/lsd
|
||||||
alias ls='lsd'
|
# ~/.config/lsd/config.yaml
|
||||||
|
alias ls='lsd --total-size'
|
||||||
|
|
||||||
alias l='lsd -l'
|
alias l='ls -l'
|
||||||
alias lt='lsd -ltr'
|
alias lt='ls -ltr'
|
||||||
alias lx='lsd -l --blocks=permission,user,group,context,size,date,name'
|
alias lx='lsd -l --blocks=permission,user,group,context,size,date,name'
|
||||||
|
|
||||||
alias ll='l -A'
|
alias ll='l -A'
|
||||||
|
Loading…
Reference in New Issue
Block a user