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