diff --git a/pfetch b/pfetch index 5111594..22e5d71 100755 --- a/pfetch +++ b/pfetch @@ -367,6 +367,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.