From cb69e8c3b252fe5b1e3980c85d0cba8040e00837 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 22 Dec 2016 14:38:16 +1100 Subject: [PATCH] OS: [TrueOS] Use FreeBSD ascii art --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 694619a4..920395ee 100755 --- a/neofetch +++ b/neofetch @@ -2502,7 +2502,7 @@ get_distro_colors() { ascii_Distro="antix" ;; - "FreeBSD"* | "PCBSD"*) + "FreeBSD"* | "PCBSD"* | "TrueOS"*) set_colors 1 7 3 ascii_distro="freebsd" ;;