From b058193ce2fcf8741852fc05e53c1e52105cb7e5 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Sat, 22 Jul 2017 21:09:18 +0700 Subject: [PATCH] ASCII: Add freebsd_small --- ascii/distro/freebsd_small | 7 +++++++ neofetch | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 ascii/distro/freebsd_small 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"