Fix eza check if
This commit is contained in:
parent
12beccad9b
commit
8bfd6dc881
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user