From f5b527d852acb84233f7e46d52870773ab789dc2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 7 Mar 2020 17:52:25 +0200 Subject: [PATCH] docs: update --- pfetch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pfetch b/pfetch index 568aa58..35560b6 100755 --- a/pfetch +++ b/pfetch @@ -113,6 +113,10 @@ get_os() { # don't follow any os-release/lsb standards whatsoever. command -v crux && distro=$(crux) command -v guix && distro='Guix System' + + # Check to see if we're running Bedrock Linux which is + # very unique. This simply checks to see if the user's + # PATH contais a Bedrock specific value. case $PATH in */bedrock/cross/*) distro='Bedrock Linux' esac