Windows essentials

This commit is contained in:
2018-12-04 11:25:31 -08:00
parent 2032dbc08e
commit 8e06c58a4e
2 changed files with 9 additions and 0 deletions

5
profile.ps1 Normal file
View File

@@ -0,0 +1,5 @@
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
Set-PSReadLineOption -EditMode Emacs
}