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