Fix eza check if

This commit is contained in:
Tim 2023-12-19 00:19:20 +01:00
parent 12beccad9b
commit 8bfd6dc881

View File

@ -29,7 +29,7 @@ alias python=python3
# eza overide
TREE_IGNORE="cache|log|logs|node_modules|vendor"
if type "$foobar_command_name" > /dev/null; then
if type "eza" > /dev/null; then
alias ls=' eza --group-directories-first'
alias la=' ls -a'
alias ll=' ls --git -l'