-
Notifications
You must be signed in to change notification settings - Fork 8
Prompts
An overview of the Prompts concept in PSProfile.
Prompts are stored as a hashtable in the PSProfile
object property $PSProfile.Prompts
. Each prompt is stored with a
friendly name as the key and the prompt definition as the value.
The default prompt name is stored in $PSProfile.Settings.DefaultPrompt
and is set as the active prompt once PSProfile is loaded.
Adds a new Prompt to your PSProfile.
Opens the current Prompt's definition in Visual Studio Code as a temporary file. After updating, save the file and close it and it will be immediately updated in your current session as well as in your PSProfile configuration.
Gets a Prompt or the list of Prompts from your PSProfile configuration.
Removes a Prompt from your PSProfile.
Switches to a different Prompt from your PSProfile configuration.
- Command Aliases
- Configuration
- Helpers
- Init Scripts
- Meta
- Modules to Import
- Modules to Install
- Path Aliases
- Plugin Paths
- Plugins
- Power Tools
- Project Paths
- Prompts
- Script Paths
- Secrets
- Symbolic Links
- Variables
- Export-PSProfileConfiguration
- Import-PSProfile
- Import-PSProfileConfiguration
- Save-PSProfile
- Start-PSProfileConfigurationHelper
- Update-PSProfileConfig
- Update-PSProfileRefreshFrequency
- Update-PSProfileSetting
- Add-PSProfileToProfile
- Copy-Parameters
- Get-LastCommandDuration
- Get-PathAlias
- Get-PSProfileArguments
- Get-PSVersion
- Test-IfGit
- Write-PSProfileLog
- Add-PSProfileInitScript
- Disable-PSProfileInitScript
- Edit-PSProfileInitScript
- Enable-PSProfileInitScript
- Get-PSProfileInitScript
- Remove-PSProfileInitScript
- Confirm-ScriptIsValid
- Enter-CleanEnvironment
- Format-Syntax
- Get-Definition
- Get-Gist
- Get-LongPath
- Install-LatestModule
- Open-Code
- Open-Item
- Pop-Path
- Push-Path
- Start-BuildScript
- Test-RegEx
- Add-PSProfilePrompt
- Edit-PSProfilePrompt
- Get-PSProfilePrompt
- Remove-PSProfilePrompt
- Switch-PSProfilePrompt