Skip to content

Commit

Permalink
Replace exa with eza since exa is deprecated now
Browse files Browse the repository at this point in the history
  • Loading branch information
statico committed Sep 8, 2023
1 parent a1eb206 commit d15e7d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion homebrew.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
autojump
coreutils
exa
eza
fzf
gh
git
Expand Down

0 comments on commit d15e7d3

Please sign in to comment.