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 a58fdaa commit 6c20c03Copy full SHA for 6c20c03
src/winfetch.ps1
@@ -56,7 +56,7 @@ $colorBar = ('{0}[0;40m{1}{0}[0;41m{1}{0}[0;42m{1}{0}[0;43m{1}' +
56
'{0}[0;44m{1}{0}[0;45m{1}{0}[0;46m{1}{0}[0;47m{1}' +
57
'{0}[0m') -f $e, ' '
58
59
-$configdir = $Env:XDG_CONFIG_HOME, "${Env:USERPROFILE}\.config" | Select-Object -First 1
+$configdir = $env:XDG_CONFIG_HOME, "${env:USERPROFILE}\.config" | Select-Object -First 1
60
$config = "${configdir}/winfetch/config.ps1"
61
62
$defaultconfig = 'https://raw.githubusercontent.com/lptstr/winfetch/master/lib/config.ps1'
@@ -437,4 +437,4 @@ if ($logoctr -lt $img.Count) {
437
}
438
439
''
440
-# EOF - We're done!
+# EOF - We're done!
0 commit comments