From 18dcd93e87e9c9711c1f1477e7558f1ae1e90398 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 12 Sep 2022 14:06:28 -0400 Subject: [PATCH] Use visual bell --- Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 b/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 index 98214e9..aa35686 100644 --- a/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 +++ b/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 @@ -1,5 +1,5 @@ Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete -Set-PSReadLineOption -EditMode Emacs +Set-PSReadLineOption -EditMode Emacs -BellStyle Visual Function ecn { emacsclient -c -n @args } New-Alias et ecn