summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-09-07 17:44:53 +0200
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commitde1fc0600d6b67fb920f737406a31a424df05da7 (patch)
tree87c7f978fbe91ca56dd57dd295fb98529d67b825
parent2abb843752c7bbe8ea7ba03643da8b55ef084da3 (diff)
[zshrc] replace exa with eza
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 62c7425..969feb3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -16,8 +16,8 @@ export AUR_PAGER=$EDITOR
alias vim=$EDITOR
-alias ls="exa"
-alias tree="exa --tree"
+alias ls="eza"
+alias tree="eza --tree"
alias ip="ip --color=auto"