[zsh] Add pnpm shell completion

This commit is contained in:
Alyxia Sother 2023-07-02 10:19:07 +02:00
parent 61b1bcfa0e
commit 21b00f26cc
No known key found for this signature in database
GPG Key ID: 0B2497099595CAA5
1 changed files with 5 additions and 0 deletions

View File

@ -43,4 +43,9 @@ _plugin project 'https://git.sr.ht/~keanucode/scripts/blob/master/project/projec
_plugin keybase-compl 'https://raw.githubusercontent.com/fnoris/keybase-zsh-completion/master/_keybase' from=url \
after_load='plugin-cfg-path fpath prepend ""'
if command_exists pnpm-shell-completion; then
_plugin pnpm-compl "https://raw.githubusercontent.com/g-plane/pnpm-shell-completion/main/pnpm-shell-completion.plugin.zsh" from=url \
after_load='plugin-cfg-path fpath prepend ""'
fi
# }}}