From 4cb635f63dcc44b53f4a287ffe6067a537bef3eb Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 16 Sep 2022 12:22:06 -0500 Subject: [PATCH] feat(pwsh): add powershell profile --- dots/.config/powershell/Microsoft.PowerShell_profile.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 dots/.config/powershell/Microsoft.PowerShell_profile.ps1 diff --git a/dots/.config/powershell/Microsoft.PowerShell_profile.ps1 b/dots/.config/powershell/Microsoft.PowerShell_profile.ps1 new file mode 100644 index 00000000..d52928c9 --- /dev/null +++ b/dots/.config/powershell/Microsoft.PowerShell_profile.ps1 @@ -0,0 +1 @@ +Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete