
___x_cmd_theme_advise_ls_name(){
    local vendor="${1:-"${COMP_LINE:-${COMP_WORDS[*]}}"}"
    case "$vendor" in
        *starship*)
            ___x_cmd starship --advise-ls
            ;;
        *ohmyposh*)
            ___x_cmd ohmyposh --advise-ls
            ;;
        *)  ___x_cmd theme ls --all
            ;;
    esac
}
