From 77fe15cb29adcb49a529c37066633a6d8808d7f3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 May 2016 14:04:52 +1000 Subject: [PATCH] Move comment to right place --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index d9b3dfc0..36121e47 100755 --- a/neofetch +++ b/neofetch @@ -2208,9 +2208,9 @@ getimage () { # Calculate font size if [ "$os" == "Mac OS X" ]; then + # Fixes padding issues in iTerm2. font_width=$((term_width / columns / 2)) else - # Fixes padding issues in iTerm2. font_width=$((term_width / columns)) fi