mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
docs: update
This commit is contained in:
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'.
|
||||||
|
|||||||
Reference in New Issue
Block a user