diff --git a/ascii/distro/freebsd_small b/ascii/distro/freebsd_small new file mode 100644 index 00000000..943c147e --- /dev/null +++ b/ascii/distro/freebsd_small @@ -0,0 +1,7 @@ +${c1} /\\ _____ /\\ + \\_) (_/ + / \ +| | +| | + \ / + --_____-- diff --git a/neofetch b/neofetch index 17ae9184..cb6d79af 100755 --- a/neofetch +++ b/neofetch @@ -3067,6 +3067,11 @@ get_distro_colors() { ascii_file="fedora" ;; + "freebsd_small") + set_colors 1 7 3 + ascii_file="freebsd_small" + ;; + "FreeBSD"*) set_colors 1 7 3 ascii_file="freebsd"