SUSE: Changed ASCII behavior
In SUSE's `lsb_release`, they have different behavior for `-ir` and `-d`, one output will be `openSUSE Leap 42.1` and the other will be `SUSE LINUX 42.1`. This new behavior would also extend compatibility with SUSE Linux Enterprise.
This commit is contained in:
parent
c869e81e3b
commit
e92e691751
2 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2616,7 +2616,7 @@ colors() {
|
|||
setcolors 3 7 6 1 8
|
||||
;;
|
||||
|
||||
"OpenSuse"* | "Manjaro"* | "Deepin"*)
|
||||
*"SUSE"* | "Manjaro"* | "Deepin"*)
|
||||
setcolors 2 7
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue