
# shellcheck shell=dash

___x_cmd_theme_zshplugin_load(){
    [ -n "$ZSH_VERSION" ] || return 0
    local x_=; theme:feature:get zshplugin
    [ "$x_" = "never" ] || ___x_cmd zshplugin load
}
