Remove broken fallback

This commit is contained in:
Dylan 2016-03-30 09:57:27 +11:00
parent b731234be6
commit e55680a010
1 changed files with 1 additions and 1 deletions

View File

@ -2838,7 +2838,7 @@ if [ "$image" != "off" ] && [ "$image" != "ascii" ]; then
;; ;;
"iterm2") "iterm2")
printf "%b%s\a\n" "\033]1337;File=width=${image_size}px;height=${image_size}px;inline=1:$(base64 < "$img" || padding="\033[0C")" printf "%b%s\a\n" "\033]1337;File=width=${image_size}px;height=${image_size}px;inline=1:$(base64 < "$img")"
;; ;;
esac esac
fi fi