mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Rename Red Hat ascii art from 'red' to 'redhat'
This commit is contained in:
9
fetch
9
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)
|
||||
|
Reference in New Issue
Block a user