From 24d1b76fac5ee95a7cf9de2eb5d652ad23ac44fc Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 13 Mar 2016 22:50:52 +1100 Subject: [PATCH] Remove stray line from other branch --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index 667c3e0d..d1a69faf 100755 --- a/neofetch +++ b/neofetch @@ -2768,7 +2768,6 @@ if [ "$image" != "off" ] && [ "$image" != "ascii" ]; then ;; "iterm2") - printf "\033[$((xoffset / font_width))C" printf "%b%s\a\n" "\033]1337;File=width=${image_size}px;height=${image_size}px;inline=1:$(base64 < "$img")" ;; esac