From dc5eae223456b1992b4f0af59d80098f2e54ab9c Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 12 Feb 2016 21:28:24 +1100 Subject: [PATCH] Added ascii colors for Mageia --- fetch | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fetch b/fetch index 3fe033f4..9a162fe4 100755 --- a/fetch +++ b/fetch @@ -1616,6 +1616,11 @@ getascii () { c6=$(color 4) ;; + "Mageia"*) + c1=$(color 7) + c2=$(color 6) + ;; + *"Mint"*) c1=$(color 7) c2=$(color 2)