From 7b8f4a1f90c568f2757b571f3cd313903f783a13 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 14 May 2016 15:44:05 +1000 Subject: [PATCH] PCBSD: Use FreeBSD logo --- neofetch | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 5aa04ab3..84df8811 100755 --- a/neofetch +++ b/neofetch @@ -2471,11 +2471,16 @@ colors () { ascii_distro="chrome" ;; - "Debian"* | "FreeBSD"* | "Elementary"* | "CrunchBang"* | "Ubuntu"*) + "Debian"* | "Elementary"* | "CrunchBang"* | "Ubuntu"*) setcolors 7 1 3 ;; - "DragonFly"* | "PCBSD"*) + "FreeBSD"* | "PCBSD"*) + setcolors 7 1 3 + ascii_distro="freebsd" + ;; + + "DragonFly"*) setcolors 1 7 3 ;;