Between using nodenv to manage multiple versions of node and npx to execute and install packages rather than global installations, tabtab has trouble managing the installation locations of packages and clutters my shell configuration by adding completions for scripts I may only run once or twice.
I would like the option to disable tabtab globally in some manner, for example a TABTAB_DISABLE environment variable or similar.
Between using
nodenvto manage multiple versions of node andnpxto execute and install packages rather than global installations,tabtabhas trouble managing the installation locations of packages and clutters my shell configuration by adding completions for scripts I may only run once or twice.I would like the option to disable tabtab globally in some manner, for example a
TABTAB_DISABLEenvironment variable or similar.