diff --git a/ascii/distro/debian_small b/ascii/distro/debian_small new file mode 100644 index 00000000..64cbb56c --- /dev/null +++ b/ascii/distro/debian_small @@ -0,0 +1,6 @@ + ${c1}_____ + / __ \\ +| / | +| \\___- +-_ + --_ diff --git a/neofetch b/neofetch index cb6d79af..60f091d1 100755 --- a/neofetch +++ b/neofetch @@ -3022,6 +3022,11 @@ get_distro_colors() { ascii_file="crux" ;; + "debian_small") + set_colors 1 7 3 + ascii_file="debian_small" + ;; + "Debian"*) set_colors 1 7 3 ascii_file="debian"