From f2253afbfab45c430ed212cf210ff0711dc07fc2 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 26 Mar 2016 14:20:28 +1100 Subject: [PATCH] Fix travis overlap --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 344233a0..7583b8c0 100755 --- a/neofetch +++ b/neofetch @@ -2796,6 +2796,7 @@ 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