From 227f6d2c72ed1c5ea22069e5cf10fc3ae309315b Mon Sep 17 00:00:00 2001 From: Geno Ferollo Date: Tue, 16 Mar 2021 05:19:28 +0500 Subject: [PATCH] Added Xeonix Linux --- pfetch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pfetch b/pfetch index 039a898..6836387 100755 --- a/pfetch +++ b/pfetch @@ -1615,6 +1615,17 @@ get_ascii() { EOF ;; + ([Xx]eonix*) + read_ascii 2 <<-EOF + ${c2} ___ ___ + ${c2}___ \ \/ / ___ + ${c2}\ \ \ / / / + ${c2} \ \/ \/ / + ${c2} \ /\ / + ${c2} \__/ \__/ + EOF + ;; + (*) # On no match of a distribution ascii art, this function calls # itself again, this time to look for a more generic OS related