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