~xdavidwu/dotfiles

3d3dc3c96ae1235de83cc77cf76db03c73d4279f — xdavidwu 3 years ago 22d9867
bash: imgcat: fix quote
1 files changed, 1 insertions(+), 1 deletions(-)

M .bashrc
M .bashrc => .bashrc +1 -1
@@ 130,7 130,7 @@ imgcat() {
	EXTRA=
	MAX=$(imgcat_max_pixels 2>/dev/null)
	[ -n "$MAX" ] && EXTRA="-resize ${MAX}>"
	convert $@ $EXTRA sixel:-
	convert "$@" $EXTRA sixel:-
}

# application envs