
___X_CMD_STARSHIP_PROFILE_DEFAULT="$___X_CMD_ROOT_CFG/starship/default"

___x_cmd_starship_profile(){
    :
}

___x_cmd_starship_profile_init(){
    local template="$1"  # the theme name
    local name="$1"      # special name --> defafult, apple, vscode, ubuntu ...


}

___x_cmd_starship_profile_which(){
    :
}

___x_cmd_starship_profile_open(){
    :
}
