if test -e /path/to/file
    command/alias
end
if test -e /path/to/file1; or test -e /path/to/file2
    command/alias
end
$HOME/.cargo/bin/eza