@Edent exa is a fantastic tool! I use it to replace both ls and tree. I have the following aliases in my profile: alias ls='exa --group-directories-first --icons'alias ll='exa --group-directories-first --icons -lha'alias tree='exa --group-directories-first --icons -lha --tree'