We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f242b commit 58b9526Copy full SHA for 58b9526
src/Get-ChildItemColor.psm1
@@ -24,7 +24,7 @@ function Get-FileColor($item) {
24
} elseif ($item.Attributes -band [System.IO.FileAttributes]::Hidden) {
25
$key = 'Hidden'
26
} elseif ($item.Attributes -band [System.IO.FileAttributes]::System) {
27
- $key = 'System'
+ $key = 'Systemgit '
28
} elseif ($item.PSobject.Properties.Name -contains "Extension") {
29
If ($GetChildItemColorTable.File.ContainsKey($item.Extension)) {
30
$key = $item.Extension
0 commit comments