diff --git a/src/posh-winfetch.ps1 b/src/posh-winfetch.ps1 index d0f22bd..4d31322 100644 --- a/src/posh-winfetch.ps1 +++ b/src/posh-winfetch.ps1 @@ -153,8 +153,7 @@ enum Configuration } [Configuration]$configuration = if ((Get-Item -Path $config).Length -gt 0) { . $config -} -else { +} else { 0xFFF }