From ba7066753915f5eeab396e667a2d139cdf0e7252 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 2 Jan 2017 18:39:12 +1100 Subject: [PATCH] Ascii: Add another match for Red Hat --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index fa11652b..c5008280 100755 --- a/neofetch +++ b/neofetch @@ -2876,7 +2876,7 @@ get_distro_colors() { ascii_file="redstar" ;; - "Redhat"* | "Red Hat"*) + "Redhat"* | "Red Hat"* | "rhel"*) set_colors 1 7 3 ascii_file="redhat" ;;