~xdavidwu/dotfiles

52717ee65f0b4d058107b6793db213cf1bb99ec1 — xdavidwu 10 months ago 2ad0f54
bash: imgcat: newline after sixels

for recent foot behavior change
1 files changed, 1 insertions(+), 0 deletions(-)

M .bashrc
M .bashrc => .bashrc +1 -0
@@ 116,6 116,7 @@ imgcat() {
		else
			convert "$i" sixel:-
		fi
		echo
	done
}