diff --git a/neofetch b/neofetch index 459be585..694619a4 100755 --- a/neofetch +++ b/neofetch @@ -156,6 +156,7 @@ get_distro() { # Workarounds for FreeBSD based distros. [[ -f "/etc/pcbsd-lang" ]] && distro="PCBSD" + [[ -f "/etc/trueos-lang" ]] && distro="TrueOS" [[ -f "/etc/pacbsd-release" ]] && distro="PacBSD" ;;