We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111887b commit 98d8dbbCopy full SHA for 98d8dbb
bin/cli.ts
@@ -73,7 +73,7 @@ async function main() {
73
74
function generateCompletionScript(packageManager: string, shell: string) {
75
const name = packageManager;
76
- const executable = process.env.npm_execpath
+ const executable = process.env.npm_config_user_agent
77
? `npx --yes @bomb.sh/tab ${packageManager}`
78
: `node ${process.argv[1]} ${packageManager}`;
79
script(shell as any, name, executable);
0 commit comments