From de1fc0600d6b67fb920f737406a31a424df05da7 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 7 Sep 2023 17:44:53 +0200 Subject: [zshrc] replace exa with eza --- .zshrc | 4 ++-- 1 file 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" -- cgit v1.2.3