tool eza¶ eza is a modern alternative to ls. Installation¶ repreproaptbrew sudo apt install eza sudo apt install eza brew install eza Config¶ ~/.bashrc # Check if command exists function command_exists(){ command -v "${1}" &> /dev/null } if command_exists eza; then alias ls='eza' fi Usage¶ WIP References¶