function ls --description 'alias ls to eza if possible' if type -q eza eza -la --icons $argv else command ls -la $argv end end