OS: Added support for Mer

This commit is contained in:
Dylan Araps
2017-01-14 08:07:50 +11:00
parent 97cfe7d7a5
commit 8896c6de5d
2 changed files with 32 additions and 0 deletions

View File

@@ -2878,6 +2878,11 @@ get_distro_colors() {
ascii_file="manjaro"
;;
"Mer"*)
set_colors 4 7 1
ascii_file="mer"
;;
"Minix"*)
set_colors 1 7 3
ascii_file="minix"