From f97cb0d155ba4adb751d8a9be425fc7c1a24df7f Mon Sep 17 00:00:00 2001 From: qwjyh Date: Tue, 18 Oct 2022 02:48:02 +0900 Subject: [PATCH] add: pwsh: rclone completion --- dotfiles/pwsh/powershell_profile.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/pwsh/powershell_profile.ps1 b/dotfiles/pwsh/powershell_profile.ps1 index 9ed7b93..49d3111 100644 --- a/dotfiles/pwsh/powershell_profile.ps1 +++ b/dotfiles/pwsh/powershell_profile.ps1 @@ -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 +