From 28a4d716f75d8f6059a54193781437b0dc5c6ce7 Mon Sep 17 00:00:00 2001 From: Biel Date: Sat, 12 Jun 2021 16:53:06 -0300 Subject: [PATCH 1/2] Add Aperio GNU/Linux information. --- pfetch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pfetch b/pfetch index 2144145..52fde84 100755 --- a/pfetch +++ b/pfetch @@ -1125,6 +1125,15 @@ get_ascii() { EOF ;; + (Aperio*) + read_ascii 4 <<-EOF + _.._ _ ._.. _ +(_][_)(/,[ |(_) + | GNU/Linux +EOF + ;; + + ([Aa]rch*) read_ascii 4 <<-EOF ${c6} /\\ From 9a1e5a3be3f9214e2b7031abd31b2477fbe292eb Mon Sep 17 00:00:00 2001 From: Biel Date: Sun, 13 Mar 2022 17:11:38 -0300 Subject: [PATCH 2/2] Fix indentation for Aperio GNU/Linux ascii art. --- pfetch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pfetch b/pfetch index 52fde84..2a2aba0 100755 --- a/pfetch +++ b/pfetch @@ -1125,12 +1125,12 @@ get_ascii() { EOF ;; - (Aperio*) + ([Aa]perio*) read_ascii 4 <<-EOF - _.._ _ ._.. _ -(_][_)(/,[ |(_) - | GNU/Linux -EOF + ${c7} _.._ _ ._.. _ + ${c7}(_][_)(/,[ |(_) + ${c7} | GNU/Linux + EOF ;;