From dbf7186397b6aa3f2193cc2aed412fff9ebb1a0f Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Thu, 30 May 2024 08:35:02 -0700 Subject: [PATCH] Bashrc: Switch from exa to eza --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 9049f7b..0cc4feb 100755 --- a/.bashrc +++ b/.bashrc @@ -3,7 +3,7 @@ alias vim="nvim" alias lg="lazygit" alias ls="eza --long --header --git --group --time-style long-iso" alias cat="bat --theme=\"Visual Studio Dark+\"" -alias tree="exa --tree" +alias tree="eza --tree" alias la="ls -lhA" alias calc="qalc" alias dedsstore="find . -name \".DS_Store\" -delete"