

___x_cmd_boot_code(){
    case "$1" in
        elvish|fish|tcsh|nu)
            ___x_cmd_boot_code_"$1" ;;

        *)
            printf "%s" "" ;;
    esac
}

#
___x_cmd_boot_code_nu(){
    :
    # Refresh the init file ...
    # point to the version of the code ...
}
