From 52717ee65f0b4d058107b6793db213cf1bb99ec1 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 17 Jul 2023 11:37:49 +0800 Subject: [PATCH] bash: imgcat: newline after sixels for recent foot behavior change --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index f3925bb..de0b0e3 100644 --- a/.bashrc +++ b/.bashrc @@ -116,6 +116,7 @@ imgcat() { else convert "$i" sixel:- fi + echo done } -- 2.45.2