neofetch: Added initial support for HardenedBSD. Closes #1050
This commit is contained in:
parent
9f25f34fa1
commit
13f2d3a173
3
neofetch
3
neofetch
|
@ -960,6 +960,7 @@ get_distro() {
|
|||
[[ -f /etc/pcbsd-lang ]] && distro=PCBSD
|
||||
[[ -f /etc/trueos-lang ]] && distro=TrueOS
|
||||
[[ -f /etc/pacbsd-release ]] && distro=PacBSD
|
||||
[[ -f /etc/hbsd-update.conf ]] && distro=HardenedBSD
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -6419,7 +6420,7 @@ ${c1}/\\,-'''''-,/\\
|
|||
EOF
|
||||
;;
|
||||
|
||||
"FreeBSD"*)
|
||||
"FreeBSD"*|HardenedBSD*)
|
||||
set_colors 1 7 3
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c2}``` ${c1}`
|
||||
|
|
Reference in New Issue