Skip to content

Commit 6c20c03

Browse files
authored
style: $Env to $env
1 parent a58fdaa commit 6c20c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/winfetch.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $colorBar = ('{0}[0;40m{1}{0}[0;41m{1}{0}[0;42m{1}{0}[0;43m{1}' +
5656
'{0}[0;44m{1}{0}[0;45m{1}{0}[0;46m{1}{0}[0;47m{1}' +
5757
'{0}[0m') -f $e, ' '
5858

59-
$configdir = $Env:XDG_CONFIG_HOME, "${Env:USERPROFILE}\.config" | Select-Object -First 1
59+
$configdir = $env:XDG_CONFIG_HOME, "${env:USERPROFILE}\.config" | Select-Object -First 1
6060
$config = "${configdir}/winfetch/config.ps1"
6161

6262
$defaultconfig = 'https://raw.githubusercontent.com/lptstr/winfetch/master/lib/config.ps1'
@@ -437,4 +437,4 @@ if ($logoctr -lt $img.Count) {
437437
}
438438

439439
''
440-
# EOF - We're done!
440+
# EOF - We're done!

0 commit comments

Comments
 (0)