From 51a0b9dab2a4dd20a0212b672a9b6c2065dde00f Mon Sep 17 00:00:00 2001 From: eneller Date: Tue, 19 Sep 2023 10:39:34 +0200 Subject: [PATCH] replace exa(unmaintained) with eza, add new aliases --- .config/shell/alias.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/shell/alias.sh b/.config/shell/alias.sh index 9aa9460..980fe28 100644 --- a/.config/shell/alias.sh +++ b/.config/shell/alias.sh @@ -1,6 +1,8 @@ -alias ls='exa' # make output more readable and show directories first -alias ll='ls -l' +alias tree='eza --tree' +alias ls='eza' # make output more readable and show directories first +alias ll='ls --long --header --git' +alias li='ls --git-ignore' alias la='ls --all' alias less='less --use-color' alias grep='rg' # colorize grep output, set GREP_COLORS