Better cross platform support

Edit-MyScript will pause if edit is running in background (conext
returning less than a second after launching editor)
Test-MyModules which loads at stratup now has specific platform lists
This commit is contained in:
Gal Szkolnik 2020-11-09 13:06:17 -05:00
parent 7dd40b7b82
commit 8566ea6863
6 changed files with 24 additions and 6 deletions

View file

@ -1,8 +1,14 @@
{
"Modules": [
"Microsoft.PowerShell.UnixCompleters",
"Always": [
"PowerShellCookbook",
"oh-my-posh",
"posh-git"
"posh-git",
"z"
],
"Desktop": [
],
"Unix": [
"Microsoft.PowerShell.UnixCompleters"
]
}