From 807cf446716c82ddfb32a698ea4d2d92b7c8c067 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 26 Sep 2019 12:49:51 +0300 Subject: [PATCH] docs: update --- pfetch | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pfetch b/pfetch index f0db000..fb8923b 100755 --- a/pfetch +++ b/pfetch @@ -246,6 +246,12 @@ get_host() { *BSD*) host=$(sysctl -n hw.vendor hw.product) ;; + + Haiku) + # '$arch' ends up being the hostname(?) on Haiku and + # there is no other way to get host information. + return + ;; esac # '$arch' is the cached output from 'uname -m'.