Ascii: Add another match for Red Hat
This commit is contained in:
parent
deb508fde8
commit
ba70667539
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2876,7 +2876,7 @@ get_distro_colors() {
|
||||||
ascii_file="redstar"
|
ascii_file="redstar"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Redhat"* | "Red Hat"*)
|
"Redhat"* | "Red Hat"* | "rhel"*)
|
||||||
set_colors 1 7 3
|
set_colors 1 7 3
|
||||||
ascii_file="redhat"
|
ascii_file="redhat"
|
||||||
;;
|
;;
|
||||||
|
|
Reference in a new issue