From 7783aaa8c5e9411cc5d94d82ea5b3508c3a12b84 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 13 Mar 2016 22:51:33 +1100 Subject: [PATCH] Remove stray line from other branch --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index d1a69faf..fc4a7bd2 100755 --- a/neofetch +++ b/neofetch @@ -1957,7 +1957,7 @@ getimage () { case "$image_position" in "left") # Padding is half the terminal width + gap - padding="\033[$((image_size / font_width + gap + xoffset/font_width))C" + padding="\033[$((image_size / font_width + gap))C" ;; "right")