mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Re-structured and formalized the scripts and modules.
This commit is contained in:
11
Scripts/ConfigureEnvironment.ps1
Normal file
11
Scripts/ConfigureEnvironment.ps1
Normal file
@@ -0,0 +1,11 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Sets up a standard environment for other Terminal.Gui.PowerShell scripts and modules.
|
||||
.DESCRIPTION
|
||||
Configures environment variables and global variables for other Terminal.Gui.PowerShell scripts to use.
|
||||
Also modifies the prompt to indicate the session has been altered.
|
||||
Reset changes by exiting the session or by calling Reset-PowerShellEnvironment or ./ResetEnvironment.ps1.
|
||||
#>
|
||||
|
||||
|
||||
Set-Environment
|
||||
Reference in New Issue
Block a user