chore: prefer eza to exa

This commit is contained in:
Rob Watson 2023-10-04 05:10:56 +02:00
parent 25cbf82529
commit f3d8f6e5cd
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ fi
pacman -S --needed --noconfirm base-devel \
git \
exa \
eza \
fzf \
tmux \
ripgrep \

4
zshrc
View File

@ -96,8 +96,8 @@ alias kgrpcurl="kubectl run grpcurl --image networld/grpcurl --image-pull-policy
alias kgs="kubectl get svc -o wide"
alias kmplayer="kubectl run mplayer --image olmesm/mplayer-docker:latest --image-pull-policy=Always -it --rm -- sh"
alias kw="kubectl get events -w"
alias ll="exa -l --group-directories-first --git"
alias ls="exa --color=auto"
alias ll="eza -l --group-directories-first --git"
alias ls="eza --color=auto"
alias lsoftcpl="sudo lsof -nP -iTCP -sTCP:LISTEN"
alias mc="make check"
alias ng="noglob"