diff --git a/toolboxes/powershell-toolbox/profile.ps1 b/toolboxes/powershell-toolbox/profile.ps1 index a3ae8c2..d38d596 100644 --- a/toolboxes/powershell-toolbox/profile.ps1 +++ b/toolboxes/powershell-toolbox/profile.ps1 @@ -4,10 +4,6 @@ oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/ # Zoxide Invoke-Expression (& { (zoxide init powershell | Out-String) }) -# McFly -Invoke-Expression -Command $(mcfly init powershell | Out-String) -# $env:MCFLY_LIGHT = "TRUE" - # PSReadLine if ((Get-InstalledModule ` -Name "PSReadLine" ` @@ -36,6 +32,10 @@ Set-PSReadLineOption -EditMode Windows # Set shortcuts to begin fzf searching Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+f' +# McFly +Invoke-Expression -Command $(mcfly init powershell | Out-String) +# $env:MCFLY_LIGHT = "TRUE" + # PowerShell parameter completion shim for the dotnet CLI Register-ArgumentCompleter -Native -CommandName dotnet -ScriptBlock { param($commandName, $wordToComplete, $cursorPosition)