initial
This commit is contained in:
commit
baa0056244
352 changed files with 47928 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
Assert-ProfileLoaded
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
if (-not $PROFILE) {
|
||||
throw
|
||||
}
|
||||
|
||||
function Assert-ProfileLoaded {
|
||||
return $true
|
||||
}
|
||||
|
||||
Register-EngineEvent -SourceIdentifier PowerShell.OnIdle -MaxTriggerCount 1 -Action { $global:handledInProfile = $true }
|
||||
Loading…
Add table
Add a link
Reference in a new issue