Ascii: Added ascii art for TrueOS and PCBSD
This commit is contained in:
parent
cb69e8c3b2
commit
0726fab26b
2 changed files with 33 additions and 1 deletions
7
neofetch
7
neofetch
|
@ -2502,11 +2502,16 @@ get_distro_colors() {
|
|||
ascii_Distro="antix"
|
||||
;;
|
||||
|
||||
"FreeBSD"* | "PCBSD"* | "TrueOS"*)
|
||||
"FreeBSD"*)
|
||||
set_colors 1 7 3
|
||||
ascii_distro="freebsd"
|
||||
;;
|
||||
|
||||
"PCBSD"* | "TrueOS"*)
|
||||
set_colors 1 7 3
|
||||
ascii_distro="trueos"
|
||||
;;
|
||||
|
||||
"Red Star"* | "Redstar")
|
||||
set_colors 1 7 3
|
||||
ascii_distro="redstar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue