Skip to content

Commit 8e3aac8

Browse files
committed
Updated PSProfile Logging
1 parent c350410 commit 8e3aac8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

PromptConfiguration.psd1

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
@{
2-
Prompts = @{
2+
Plugins = @(
3+
@{
4+
Name = 'PSProfile.Prompt'
5+
}
6+
)
7+
Prompts = @{
38
Basic = '
49
"PS $($executionContext.SessionState.Path.CurrentLocation)$(''>'' * ($nestedPromptLevel + 1)) ";
510
# .Link

0 commit comments

Comments
 (0)