From e92e691751b6b8adc40a2af2efe682d5af74a983 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Mon, 24 Oct 2016 21:53:13 +0700 Subject: [PATCH] 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. --- ascii/distro/{opensuse => suse} | 0 neofetch | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ascii/distro/{opensuse => suse} (100%) diff --git a/ascii/distro/opensuse b/ascii/distro/suse similarity index 100% rename from ascii/distro/opensuse rename to ascii/distro/suse diff --git a/neofetch b/neofetch index 926b469a..713ef412 100755 --- a/neofetch +++ b/neofetch @@ -2616,7 +2616,7 @@ colors() { setcolors 3 7 6 1 8 ;; - "OpenSuse"* | "Manjaro"* | "Deepin"*) + *"SUSE"* | "Manjaro"* | "Deepin"*) setcolors 2 7 ;;