From 51fa0b43b942792b48467ea824aa8fe39d426a86 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Fri, 13 Apr 2018 10:34:41 +0000 Subject: [PATCH] adding cols and lines for writingenv docker container --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 693d735..685beae 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ newpost: $(PY) $(BASEDIR)/newpost.py writingenv: - docker-compose run --rm --service-ports blog /opt/xonsh/bin/xonsh + docker-compose run --rm --service-ports -e COLUMNS=$(shell tput cols) -e LINES=$(shell tput lines) blog /opt/xonsh/bin/xonsh push: git push origin master