replace exa with eza
This commit is contained in:
parent
e02984570b
commit
e646ca45cd
4
zshrc
4
zshrc
@ -50,8 +50,8 @@ ZDOTDIR=${ZDOTDIR:-$HOME/.zsh}
|
||||
if command-exists dircolors; then
|
||||
eval "$(dircolors -b)"
|
||||
fi
|
||||
if command-exists exa; then
|
||||
alias ls='exa --git --long --all --time-style long-iso'
|
||||
if command-exists eza; then
|
||||
alias ls='eza --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