PowerShell_Scripts/profile.d/Style.ps1

3 lines
206 B
PowerShell
Raw Normal View History

Get-Command Set-PSReadLineKeyHandler | ForEach-Object { Set-PSReadLineKeyHandler -Key Tab -Function MenuComplete }
Get-Command Set-Theme -ErrorAction SilentlyContinue | ForEach-Object { Set-Theme Paradox }