From 6c10ffcd6721d2c828a3c588acafc9418b14a3ff Mon Sep 17 00:00:00 2001 From: Nate Dwarshuis Date: Sat, 10 Feb 2024 18:04:13 -0500 Subject: [PATCH] ENH rename exa --- dot_config/zsh/dot_zshrc.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index cc6da81..6d6e3b4 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -270,9 +270,9 @@ alias_if grep \ alias_if sudo sudo='sudo ' -if ! alias_if exa \ - ll='exa -alhg --group-directories-first' \ - llt='exa -T' \ +if ! alias_if eza \ + ll='eza -alhg --group-directories-first' \ + llt='eza -T' \ llg='ll --git'; then alias ll='ls -alh' alias_if tree llt='tree'