Ascii: Add another match for Red Hat

This commit is contained in:
Dylan Araps 2017-01-02 18:39:12 +11:00
parent deb508fde8
commit ba70667539
1 changed files with 1 additions and 1 deletions

View File

@ -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"
;; ;;