From 179f160503d1d030fc12662d4d1724334c404768 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 22 Jan 2025 12:03:08 -0400 Subject: [PATCH] Rename exa to eza, as that is new name --- dot_bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bashrc b/dot_bashrc index 643cc5d..def0faa 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -6,7 +6,7 @@ eval "$(zoxide init bash)" # Set aliases -alias ls="exa --icons --long" +alias ls="eza --icons --long" alias grep="ugrep" alias cd="z" alias cat="bat -p"