Files
Terminal.Gui/Scripts/Load-Module.ps1
2024-04-25 13:39:01 -07:00

10 lines
251 B
PowerShell

<#
.SYNOPSIS
Loads the Terminal.Gui.PowerShell modules and pushes the current path to the location stack.
#>
$tgScriptsPath = Push-Location -PassThru
$tgModule = Import-Module "./Terminal.Gui.PowerShell.psd1" -PassThru
Set-PowerShellEnvironment