Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
baliestri committed Dec 26, 2024
2 parents 0d59339 + b5279f8 commit e734401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ zplug empresslabs/pnpm.plugin.zsh
#### Use plugin-defined completions or pnpm's built-in completions

```shell
zstyle ":completion:plugins:pnpm" legacy-completion yes
zstyle ":empresslabs:pnpm:completion" legacy-completion yes
```

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.
Expand Down
2 changes: 1 addition & 1 deletion pnpm.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fi

{
# `pnpm completion` is only available from 9.0.0 onwards
if zstyle -t ':completion:plugins:pnpm' legacy-completion || \
if zstyle -t ':empresslabs:pnpm:completion' legacy-completion || \
! is-at-least 9.0.0 "$(command pnpm --version)"; then
command cp "${0:h}/completions/_pnpm" "$ZSH_CACHE_DIR/completions/_pnpm"
else
Expand Down

0 comments on commit e734401

Please sign in to comment.