
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
14 lines
172 B
JSON
14 lines
172 B
JSON
{
|
|
"Always": [
|
|
"PowerShellCookbook",
|
|
"oh-my-posh",
|
|
"posh-git",
|
|
"z"
|
|
],
|
|
"Desktop": [
|
|
],
|
|
"Unix": [
|
|
"Microsoft.PowerShell.UnixCompleters"
|
|
]
|
|
|
|
}
|