diff --git a/neofetch b/neofetch index b2f05971..fa5f8017 100755 --- a/neofetch +++ b/neofetch @@ -2747,6 +2747,7 @@ if [ "$image" != "off" ] && [ "$image" != "ascii" ]; then ;; "iterm2") + printf "\033[${xoffset}C" printf "%b%s\a\n" "\033]1337;File=width=${image_size}px;height=${image_size}px;inline=1:$(base64 < "$img")" ;; esac