mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
10 lines
251 B
PowerShell
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 |