diff --git a/neofetch b/neofetch index f0fb42ea..761e7a74 100755 --- a/neofetch +++ b/neofetch @@ -8113,10 +8113,8 @@ EOF ;; FreeBSD*|HardenedBSD*) - case $ascii_distro in - *HardenedBSD*) set_colors 4 7 3 ;; - *) set_colors 1 7 3 - esac + set_colors 1 7 3 + [[ $ascii_distro == *HardenedBSD* ]] && set_colors 4 7 3 read -rd '' ascii_data <<'EOF' ${c2}``` ${c1}`