From 1bcb2f542751ac8485401e315217251172db1929 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 16:12:08 +0300 Subject: [PATCH] pfetch: add the openbsd puffy --- pfetch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pfetch b/pfetch index ad3ee1c..cd830aa 100755 --- a/pfetch +++ b/pfetch @@ -244,6 +244,18 @@ ${c5}\/${c4}-____${c5}\/ " ;; + OpenBSD*) + ascii="\ +${c3} _____ + \\- -/ + \\_/ \\ + | ${c7}O O${c3} | + |_ < ) 3 ) + / \\ / + /-_____-\\ +" + ;; + *) printf 'error: %s is not currently supported.\n' "$os" printf 'error: Open an issue on GitHub for support to be added.\n'