eza: don't clutter the output with xattrs
This commit is contained in:
parent
9d9a6ab3b6
commit
dcd60044f6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ alias ls="ls --classify --color --group-directories-first --quoting-style=litera
|
|||
|
||||
which eza > /dev/null
|
||||
if [[ $? -eq 0 ]]; then
|
||||
alias l="eza --group --long --git --group-directories-first --extended --binary --no-quotes"
|
||||
alias l="eza --group --long --git --group-directories-first --binary --no-quotes"
|
||||
alias ll="l --all"
|
||||
|
||||
alias lt="l --tree"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue