docs: update

This commit is contained in:
Dylan Araps 2019-09-26 12:49:51 +03:00
parent b940067717
commit 807cf44671

6
pfetch
View File

@ -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'.