No extended attributes for exa
This commit is contained in:
parent
7dc417b480
commit
3b08d40ccd
2
zshrc
2
zshrc
@ -81,7 +81,7 @@ if command-exists dircolors; then
|
||||
eval "$(dircolors -b)"
|
||||
fi
|
||||
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
|
||||
LSOPTS="-lAvF --color=auto" # long mode, show all, natural sort, type squiggles, friendly sizes
|
||||
alias ls="ls $LSOPTS"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user