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