Windows essentials
This commit is contained in:
5
profile.ps1
Normal file
5
profile.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
if ($host.Name -eq 'ConsoleHost')
|
||||
{
|
||||
Import-Module PSReadLine
|
||||
Set-PSReadLineOption -EditMode Emacs
|
||||
}
|
||||
Reference in New Issue
Block a user