From 4217626cff8aa37caf6c1484f4d862612337a888 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 4 Mar 2019 10:26:08 +0200 Subject: [PATCH] docs: update --- neofetch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/neofetch b/neofetch index 7744b736..00cc7ab4 100755 --- a/neofetch +++ b/neofetch @@ -8815,10 +8815,9 @@ EOF ;; esac - # Overwrite distro colors if '$ascii_colors' doesn't - # equal 'distro'. - if [[ "${ascii_colors[0]}" != "distro" ]]; then - color_text="off" + # Overwrite distro colors if '$ascii_colors' doesn't equal 'distro'. + if [[ ${ascii_colors[0]} != distro ]]; then + color_text=off set_colors "${ascii_colors[@]}" fi }