[O] Optimize freebsd hardenedbsd coloring
This commit is contained in:
parent
50420c8044
commit
e9fc94096e
1 changed files with 2 additions and 4 deletions
6
neofetch
6
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}`
|
||||
|
|
Loading…
Reference in a new issue