diff --git a/LightScript.ps1.psm1 b/LightScript.ps1.psm1 index caae43e..45f6828 100644 --- a/LightScript.ps1.psm1 +++ b/LightScript.ps1.psm1 @@ -18,3 +18,8 @@ if ($home) { } } } + +$LightScript = $MyInvocation.MyCommand.ScriptBlock.Module +$LightScript.pstypenames.insert(0,'LightScript') + +Export-ModuleMember -Function * -Alias * -Variable LightScript \ No newline at end of file