2023-10-06 15:30:55 -05:00

6 lines
177 B
Bash

if (( $+commands[eza] )); then
alias l="eza --git --icons --grid"
alias ll="eza --git --icons --long --grid"
alias lt="eza --git --icons --long --tree --level=2"
fi