We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c350410 commit 8e3aac8Copy full SHA for 8e3aac8
PromptConfiguration.psd1
@@ -1,5 +1,10 @@
1
@{
2
- Prompts = @{
+ Plugins = @(
3
+ @{
4
+ Name = 'PSProfile.Prompt'
5
+ }
6
+ )
7
+ Prompts = @{
8
Basic = '
9
"PS $($executionContext.SessionState.Path.CurrentLocation)$(''>'' * ($nestedPromptLevel + 1)) ";
10
# .Link
0 commit comments