From f3d8f6e5cd9471e04945b9cb8081dabf02f2e3d2 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 4 Oct 2023 05:10:56 +0200 Subject: [PATCH] chore: prefer eza to exa --- script/installpackages | 2 +- zshrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/installpackages b/script/installpackages index 3cedde4..687a824 100755 --- a/script/installpackages +++ b/script/installpackages @@ -9,7 +9,7 @@ fi pacman -S --needed --noconfirm base-devel \ git \ - exa \ + eza \ fzf \ tmux \ ripgrep \ diff --git a/zshrc b/zshrc index 6c2beaf..4ec0824 100644 --- a/zshrc +++ b/zshrc @@ -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"