5 lines
107 B
PowerShell
5 lines
107 B
PowerShell
if ($host.Name -eq 'ConsoleHost')
|
|
{
|
|
Import-Module PSReadLine
|
|
Set-PSReadLineOption -EditMode Emacs
|
|
} |