bash: add eza.bash

This commit is contained in:
2025-12-08 14:28:25 +00:00
parent c415bc54da
commit aa980dd7c6
2 changed files with 6 additions and 9 deletions

6
bashrc.d/eza.bash Normal file
View File

@@ -0,0 +1,6 @@
EZA=$(which eza)
if [ -n "$EZA" ] ; then
alias ls="eza"
alias ll="eza -lG"
alias llb="eza -lGB"
fi