From 614fad0421a89cd0e9bcf0715590591edb3c8688 Mon Sep 17 00:00:00 2001 From: plgruener Date: Wed, 15 Aug 2018 17:29:54 +0200 Subject: [PATCH] add color-reset to ascii logo drawing --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 79a15c30..96f34404 100755 --- a/neofetch +++ b/neofetch @@ -3416,7 +3416,7 @@ get_ascii() { ascii_data="${ascii_data//\$\{c6\}/$c6}" ((text_padding=ascii_length+gap)) - printf '%b\n' "$ascii_data" + printf '%b\n' "$ascii_data${reset}" LC_ALL=C }