diff --git a/neofetch b/neofetch index 9c8ad885..38be3f15 100755 --- a/neofetch +++ b/neofetch @@ -153,7 +153,7 @@ get_distro() { # Workarounds for FreeBSD based distros. [[ -f "/etc/pcbsd-lang" ]] && distro="PCBSD" - [[ -f "/etc/rc.conf.trueos" ]] && distro="TrueOS" + [[ -f "/etc/trueos-lang" ]] && distro="TrueOS" # /etc/pacbsd-release is an empty file [[ -f "/etc/pacbsd-release" ]] && distro="PacBSD"