File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ zplug empresslabs/pnpm.plugin.zsh
52
52
#### Use plugin-defined completions or pnpm's built-in completions
53
53
54
54
``` shell
55
- zstyle " :completion:plugins: pnpm" legacy-completion yes
55
+ zstyle " :empresslabs: pnpm:completion " legacy-completion yes
56
56
```
57
57
58
58
Add this line to your ` ~/.zshrc ` file to use the plugin-defined completions. If you prefer to use pnpm's built-in completions, remove this line.
Original file line number Diff line number Diff line change 67
67
68
68
{
69
69
# `pnpm completion` is only available from 9.0.0 onwards
70
- if zstyle -t ' :completion:plugins: pnpm' legacy-completion || \
70
+ if zstyle -t ' :empresslabs: pnpm:completion ' legacy-completion || \
71
71
! is-at-least 9.0.0 " $( command pnpm --version) " ; then
72
72
command cp " ${0: h} /completions/_pnpm" " $ZSH_CACHE_DIR /completions/_pnpm"
73
73
else
You can’t perform that action at this time.
0 commit comments