From d2df70f77d577219485a55419e112a3d625e3f89 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 14 Feb 2016 20:43:08 +1100 Subject: [PATCH] Rename Red Hat ascii art from 'red' to 'redhat' --- ascii/distro/{red => redhat} | 0 fetch | 9 ++++++++- 2 files changed, 8 insertions(+), 1 deletion(-) rename ascii/distro/{red => redhat} (100%) diff --git a/ascii/distro/red b/ascii/distro/redhat similarity index 100% rename from ascii/distro/red rename to ascii/distro/redhat diff --git a/fetch b/fetch index e04297fe..40d90f19 100755 --- a/fetch +++ b/fetch @@ -1598,12 +1598,19 @@ getascii () { c3=$(color 7) ;; - "Debian"* | "FreeBSD"* | "Red Hat"* | "elementary"* | "CrunchBang"* | "Ubuntu"*) + "Debian"* | "FreeBSD"* | "elementary"* | "CrunchBang"* | "Ubuntu"*) c1=$(color 7) c2=$(color 1) c3=$(color 3) ;; + "Red Hat"*) + c1=$(color 7) + c2=$(color 1) + c3=$(color 3) + ascii_distro="redhat" + ;; + "Fedora"*) c1=$(color 7) c2=$(color 4)