Enable scoop completions when installed
This commit is contained in:
parent
b129a0e308
commit
e5a9f09709
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user