diff --git a/pfetch b/pfetch index 4e22558..5a140d6 100755 --- a/pfetch +++ b/pfetch @@ -290,6 +290,10 @@ get_os() { distro="$distro $openbsd_ver" ;; + FreeBSD) + distro="$os $(freebsd-version)" + ;; + (*) # Catch all to ensure '$distro' is never blank. # This also handles the BSDs.