File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ tab solves this complexity by providing autocompletions that work consistently a
1414
1515## Installation
1616
17- ### For Package Manager Completions (Global install is recommended)
17+ ### For Package Manager Completions
18+
19+ > ** Note:** Global install is recommended
1820
1921``` bash
2022npm install -g @bomb.sh/tab
@@ -97,10 +99,10 @@ As mentioned earlier, tab provides completions for package managers as well:
9799
98100``` bash
99101# Generate and install completion scripts
100- npx @bomb.sh/ tab pnpm zsh > ~ /.pnpm-completion.zsh && echo ' source ~/.pnpm-completion.zsh' >> ~ /.zshrc
101- npx @bomb.sh/ tab npm bash > ~ /.npm-completion.bash && echo ' source ~/.npm-completion.bash' >> ~ /.bashrc
102- npx @bomb.sh/ tab yarn fish > ~ /.config/fish/completions/yarn.fish
103- npx @bomb.sh/ tab bun powershell > ~ /.bun-completion.ps1 && echo ' . ~/.bun-completion.ps1' >> $PROFILE
102+ tab pnpm zsh > ~ /.pnpm-completion.zsh && echo ' source ~/.pnpm-completion.zsh' >> ~ /.zshrc
103+ tab npm bash > ~ /.npm-completion.bash && echo ' source ~/.npm-completion.bash' >> ~ /.bashrc
104+ tab yarn fish > ~ /.config/fish/completions/yarn.fish
105+ tab bun powershell > ~ /.bun-completion.ps1 && echo ' . ~/.bun-completion.ps1' >> $PROFILE
104106```
105107
106108Example in action:
You can’t perform that action at this time.
0 commit comments