From 4376391112244dfe6eed5871f5cd79f9219900d0 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 22 Dec 2016 14:36:13 +1100 Subject: [PATCH] OS: Add detection for TrueOS --- neofetch | 1 + 1 file changed, 1 insertion(+) 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" ;;