No extended attributes for exa

This commit is contained in:
Paweł Płazieński 2021-02-12 21:20:47 +01:00
parent 7dc417b480
commit 3b08d40ccd

2
zshrc
View File

@ -81,7 +81,7 @@ if command-exists dircolors; then
eval "$(dircolors -b)" eval "$(dircolors -b)"
fi fi
if command-exists exa; then if command-exists exa; then
alias ls='exa --git --long --all --extended --time-style long-iso' alias ls='exa --git --long --all --time-style long-iso'
else else
LSOPTS="-lAvF --color=auto" # long mode, show all, natural sort, type squiggles, friendly sizes LSOPTS="-lAvF --color=auto" # long mode, show all, natural sort, type squiggles, friendly sizes
alias ls="ls $LSOPTS" alias ls="ls $LSOPTS"