From 82db41d8ab1fb63f9b96c541d7f80852cfc25622 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 8 Nov 2016 07:10:03 +1100 Subject: [PATCH] Ascii: --ascii_disitro now also sets the mode to ascii --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index ae9e3af9..5392b998 100755 --- a/neofetch +++ b/neofetch @@ -3226,6 +3226,7 @@ getargs() { ;; --ascii_distro) + image="ascii" ascii_distro="$2" case "$2" in "-"* | "") ascii_distro="$distro" ;; esac ;;