chore: prefer eza to exa
This commit is contained in:
parent
25cbf82529
commit
f3d8f6e5cd
|
@ -9,7 +9,7 @@ fi
|
||||||
|
|
||||||
pacman -S --needed --noconfirm base-devel \
|
pacman -S --needed --noconfirm base-devel \
|
||||||
git \
|
git \
|
||||||
exa \
|
eza \
|
||||||
fzf \
|
fzf \
|
||||||
tmux \
|
tmux \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
|
|
4
zshrc
4
zshrc
|
@ -96,8 +96,8 @@ alias kgrpcurl="kubectl run grpcurl --image networld/grpcurl --image-pull-policy
|
||||||
alias kgs="kubectl get svc -o wide"
|
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 kmplayer="kubectl run mplayer --image olmesm/mplayer-docker:latest --image-pull-policy=Always -it --rm -- sh"
|
||||||
alias kw="kubectl get events -w"
|
alias kw="kubectl get events -w"
|
||||||
alias ll="exa -l --group-directories-first --git"
|
alias ll="eza -l --group-directories-first --git"
|
||||||
alias ls="exa --color=auto"
|
alias ls="eza --color=auto"
|
||||||
alias lsoftcpl="sudo lsof -nP -iTCP -sTCP:LISTEN"
|
alias lsoftcpl="sudo lsof -nP -iTCP -sTCP:LISTEN"
|
||||||
alias mc="make check"
|
alias mc="make check"
|
||||||
alias ng="noglob"
|
alias ng="noglob"
|
||||||
|
|
Loading…
Reference in New Issue