PCBSD: Use FreeBSD logo
This commit is contained in:
parent
3def1d5ea6
commit
7b8f4a1f90
9
neofetch
9
neofetch
|
@ -2471,11 +2471,16 @@ colors () {
|
||||||
ascii_distro="chrome"
|
ascii_distro="chrome"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Debian"* | "FreeBSD"* | "Elementary"* | "CrunchBang"* | "Ubuntu"*)
|
"Debian"* | "Elementary"* | "CrunchBang"* | "Ubuntu"*)
|
||||||
setcolors 7 1 3
|
setcolors 7 1 3
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"DragonFly"* | "PCBSD"*)
|
"FreeBSD"* | "PCBSD"*)
|
||||||
|
setcolors 7 1 3
|
||||||
|
ascii_distro="freebsd"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"DragonFly"*)
|
||||||
setcolors 1 7 3
|
setcolors 1 7 3
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Reference in New Issue