Open pa-0 opened 5 months ago
I take that back, removing the optional line makes no difference.
Does this work?
carapace _carapace powershell | Out-String | Invoke-Expression
Oh and are you on a recent Powershell 7
version?
Yes. Newest preview release.
Current Behavior
When PowerShell attempts to load the default
$PROFILE
, the following error is returned:Expected Behavior
The
$PROFILE
loads correctly.Steps To Reproduce
winget install
from Admin prompt.Version
7.5.0-preview.3
OS
Shell
Anything else?
~/.config/powershell/Microsoft.PowerShell_profile.ps1
$env:CARAPACE_BRIDGES = 'zsh,fish,bash,inshellisense' # optional Set-PSReadLineOption -Colors @{ "Selection" = "`e[7m" } Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete carapace _carapace | Out-String | Invoke-Expression