You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
49
49
CmdletsToExport=@()
@@ -52,7 +52,7 @@ CmdletsToExport = @()
52
52
VariablesToExport=@()
53
53
54
54
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
# A hashtable of extended characters you can use in PowerLine output (or any PANSIES output) with HTML entity syntax like "♥". By default you have the HTML named entities plus the Branch (), Lock (), Gear (⛯) and Power (⚡) icons. You can add any characters you wish, but to change the Powerline theme, you need to specify these four keys using matching pairs:
76
+
#
77
+
# @{
78
+
# "ColorSeparator" = ""
79
+
# "ReverseColorSeparator" = ""
80
+
# "Separator" = ""
81
+
# "ReverseSeparator" = ""
82
+
# }
83
+
[Parameter(ValueFromPipelineByPropertyName)]
84
+
[hashtable]$PowerLineCharacters
65
85
)
66
86
if ($null-eq$script:OldPrompt) {
67
87
$script:OldPrompt=$function:global:prompt
@@ -95,7 +115,7 @@ function Set-PowerLinePrompt {
95
115
}
96
116
}
97
117
98
-
if ($PowerLineConfig.FullColor-eq$Null-and$Host.UI.SupportsVirtualTerminal) {
118
+
if ($Null-eq$PowerLineConfig.FullColor-and$Host.UI.SupportsVirtualTerminal) {
0 commit comments