replace exa(unmaintained) with eza, add new aliases

This commit is contained in:
eneller
2023-09-19 10:39:34 +02:00
parent f806d1f817
commit 51a0b9dab2

View File

@@ -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