add: pwsh: rclone completion
This commit is contained in:
parent
c4a3fc6a1b
commit
f97cb0d155
1 changed files with 4 additions and 0 deletions
|
@ -192,3 +192,7 @@ $ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
|||
if (Test-Path($ChocolateyProfile)) {
|
||||
Import-Module "$ChocolateyProfile"
|
||||
}
|
||||
|
||||
# rclone
|
||||
rclone completion powershell | Out-String | Invoke-Expression
|
||||
|
||||
|
|
Loading…
Reference in a new issue