From b26f9422d5889e8a6717b0587b60efeddb66523b Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 29 Sep 2023 12:14:49 -0700 Subject: [PATCH] s/exa/eza/ --- runcoms/zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runcoms/zshrc b/runcoms/zshrc index e937509..e86a3f4 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -46,9 +46,9 @@ if [ -e $HOMEBREW_PREFIX/share/z.lua/z.lua ]; then eval "$(lua $HOMEBREW_PREFIX/share/z.lua/z.lua --init zsh enhanced fzf)" fi -if [ $commands[exa] ]; then - alias ls=exa - export EXA_COLORS="di=34" +if [ $commands[eza] ]; then + alias ls=eza + export EZA_COLORS="di=34" fi if [ $commands[bat] ]; then