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)