add: pwsh: npm completion

This commit is contained in:
qwjyh 2022-10-18 17:53:45 +09:00
parent f97cb0d155
commit 972bca253f
2 changed files with 6 additions and 0 deletions

View file

@ -196,3 +196,6 @@ if (Test-Path($ChocolateyProfile)) {
# rclone
rclone completion powershell | Out-String | Invoke-Expression
# node
Import-Module npm-completion