From 5a4a4cb1473df6f61b96d7342b3d08e6ed3b7e55 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 26 Mar 2016 14:24:13 +1100 Subject: [PATCH] Travis don't use color blocks --- .travis.yml | 2 +- neofetch | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3fe4ec63..f40e73ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ sudo: required script: - sudo make install - - bash neofetch --test --ascii + - bash neofetch --test --ascii --color_blocks off diff --git a/neofetch b/neofetch index c76f4b3e..6b39f2eb 100755 --- a/neofetch +++ b/neofetch @@ -2796,7 +2796,6 @@ while [ "$1" ]; do info=(title underline distro kernel uptime packages shell resolution de wm theme icons cpu gpu memory font disk battery song localip publicip users birthday cols) printinfo () { - printf "\n" for func in "${info[@]}"; do info "${func^^}" $func done