You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,19 +16,18 @@ For permanent setup in zsh, add this to your `~/.zshrc`:
16
16
17
17
```bash
18
18
# Add to ~/.zshrc for permanent autocompletions (same can be done for other shells)
19
-
source<(nuxicomplete zsh)
19
+
source<(nuxtcomplete zsh)
20
20
```
21
21
22
22
### Package Manager Integration
23
23
24
-
`@bomb.sh/tab` integrates with [package managers](https://github.com/bombshell-dev/tab?tab=readme-ov-file#package-manager-completions). Autocompletions work when running nuxi directly:
24
+
`@bomb.sh/tab` integrates with [package managers](https://github.com/bombshell-dev/tab?tab=readme-ov-file#package-manager-completions). Autocompletions work when running `nuxt` directly within a Nuxt project:
25
25
26
26
```bash
27
-
npx nuxi <Tab>
28
-
npm exec nuxi <Tab>
29
-
pnpm nuxi <Tab>
30
-
yarn nuxi <Tab>
31
-
bun nuxi <Tab>
27
+
pnpm nuxt <Tab>
28
+
npm run nuxt <Tab>
29
+
yarn nuxt <Tab>
30
+
bun nuxt <Tab>
32
31
```
33
32
34
33
For package manager autocompletions, you should install [tab's package manager completions](https://github.com/bombshell-dev/tab?tab=readme-ov-file#package-manager-completions) separately.
0 commit comments