feat(lsd): remove --total-size from lx & llx

This commit is contained in:
Michel 2023-04-20 10:58:23 +02:00
parent 1fc67dce83
commit 7a8183d5e5
2 changed files with 4 additions and 7 deletions

View File

@ -22,12 +22,8 @@ hyperlink: auto
# ignore-globs:
# - .git
indicators: false
recursion:
enabled: false
depth: 2
total-size: true
symlink-arrow: =>

7
.zshrc
View File

@ -171,10 +171,11 @@ autoload -U zmv
alias mmv='noglob zmv -W'
# https://github.com/lsd-rs/lsd
alias ls='lsd'
# ~/.config/lsd/config.yaml
alias ls='lsd --total-size'
alias l='lsd -l'
alias lt='lsd -ltr'
alias l='ls -l'
alias lt='ls -ltr'
alias lx='lsd -l --blocks=permission,user,group,context,size,date,name'
alias ll='l -A'