mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
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)) {
|
if (Test-Path($ChocolateyProfile)) {
|
||||||
Import-Module "$ChocolateyProfile"
|
Import-Module "$ChocolateyProfile"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# rclone
|
||||||
|
rclone completion powershell | Out-String | Invoke-Expression
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue