diff --git a/profile.ps1 b/profile.ps1 index 6341c7b..74be4b7 100644 --- a/profile.ps1 +++ b/profile.ps1 @@ -6,6 +6,10 @@ $GitPromptSettings.DefaultPromptPrefix.Text = "" $GitPromptSettings.DefaultPromptSuffix.Text = "" $GitPromptSettings.BeforeStatus = "" $GitPromptSettings.AfterStatus = "" +# Enable Scoop completions. +if (Get-Command scoop.ps1 -ErrorAction SilentlyContinue) { + Import-Module "$($(Get-Item $(Get-Command scoop.ps1).Path).Directory.Parent.FullName)\modules\scoop-completion" +} # Enable Chocolatey completions. Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" # Enable op completions.