Skip to content

Commit e734401

Browse files
committed
Merge branch 'release/v1.0.1'
2 parents 0d59339 + b5279f8 commit e734401

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ zplug empresslabs/pnpm.plugin.zsh
5252
#### Use plugin-defined completions or pnpm's built-in completions
5353

5454
```shell
55-
zstyle ":completion:plugins:pnpm" legacy-completion yes
55+
zstyle ":empresslabs:pnpm:completion" legacy-completion yes
5656
```
5757

5858
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.

pnpm.plugin.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fi
6767

6868
{
6969
# `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 || \
7171
! is-at-least 9.0.0 "$(command pnpm --version)"; then
7272
command cp "${0:h}/completions/_pnpm" "$ZSH_CACHE_DIR/completions/_pnpm"
7373
else

0 commit comments

Comments
 (0)