docs: update
This commit is contained in:
parent
b940067717
commit
807cf44671
6
pfetch
6
pfetch
|
@ -246,6 +246,12 @@ get_host() {
|
||||||
*BSD*)
|
*BSD*)
|
||||||
host=$(sysctl -n hw.vendor hw.product)
|
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
|
esac
|
||||||
|
|
||||||
# '$arch' is the cached output from 'uname -m'.
|
# '$arch' is the cached output from 'uname -m'.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user