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:
parent
7dd40b7b82
commit
8566ea6863
6 changed files with 24 additions and 6 deletions
|
@ -1,8 +1,14 @@
|
|||
{
|
||||
"Modules": [
|
||||
"Microsoft.PowerShell.UnixCompleters",
|
||||
"Always": [
|
||||
"PowerShellCookbook",
|
||||
"oh-my-posh",
|
||||
"posh-git"
|
||||
"posh-git",
|
||||
"z"
|
||||
],
|
||||
"Desktop": [
|
||||
],
|
||||
"Unix": [
|
||||
"Microsoft.PowerShell.UnixCompleters"
|
||||
]
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue