diff --git a/pfetch b/pfetch index 96745c3..039a898 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.