Each plugin will search the parsed nwnx2.ini for section key that matches its registration key: [XYZZY] disabled=n Each plugin honors the following common configs: "disabled": Y/N, If set to "Y" it prevents the plugin from registerring. Default is "N" DEBUGLEVEL --- Each of the sha...
Make a file in~/.zshrc.dnamed something like999-reset-aliases. Because files in~/.zshrc.dare loaded after all the ZSH plugins, you can add lines likeunalias xyzzyto remove an alias namedxyzzy, orunset -f abcdto remove a function namedabcd. ...