From d15e7d3bb95b857f4d66700aa7644ea8ff187e00 Mon Sep 17 00:00:00 2001 From: Ian Langworth Date: Fri, 8 Sep 2023 10:25:06 -0700 Subject: [PATCH] Replace exa with eza since exa is deprecated now --- .zshrc | 8 ++++---- homebrew.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.zshrc b/.zshrc index 41193453..52ed3b26 100644 --- a/.zshrc +++ b/.zshrc @@ -309,11 +309,11 @@ if _has dtruss && ! _has strace; then alias strace='sudo dtruss -f sudo -u $USER' fi -# exa is a fancy replacement for ls -if _has exa ; then - alias ls=exa +# eza is a fancy replacement for ls +if _has eza ; then + alias ls=eza alias l='ls -lg' - alias ltr='exa -lgr -sold' + alias ltr='eza -lgr -sold' fi # Try to get some version of tac diff --git a/homebrew.txt b/homebrew.txt index 3ef75db9..7c2370e8 100644 --- a/homebrew.txt +++ b/homebrew.txt @@ -1,6 +1,6 @@ autojump coreutils -exa +eza fzf gh git