From c1da5eb09a1eaac52a66bd5c6d1e189d135b63bc Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 8 Jan 2019 18:00:54 +0200 Subject: [PATCH] ascii: Fixed void linux ascii bug --- neofetch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/neofetch b/neofetch index 51899228..ebaf2660 100755 --- a/neofetch +++ b/neofetch @@ -8522,12 +8522,12 @@ EOF set_colors 2 8 read -rd '' ascii_data <<'EOF' ${c1} _______ - _ \______ - -| \ ___ \ | + _ \\______ - +| \\ ___ \\ | | | / \ | | | | \___/ | | -| \______ \_| - -_______\ +| \\______ \\_| + -_______\\ EOF ;;