~xdavidwu/dotfiles

976460a99bcdf11953600698845748f96210506e — xdavidwu 2 years ago 2fe8420
bash: imgcat: do not catch stderr
1 files changed, 1 insertions(+), 1 deletions(-)

M .bashrc
M .bashrc => .bashrc +1 -1
@@ 113,7 113,7 @@ imgcat_max_pixels() {
}

imgcat() {
	MAX=$(imgcat_max_pixels 2>/dev/null)
	MAX=$(imgcat_max_pixels)
	for i; do
		if [ -n "$MAX" ]; then
			convert "$i" -resize "${MAX}>" sixel:-