diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-09 21:05:17 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-09 21:05:17 -0700 |
commit | 8163cd3cccb8bc719513bac34ae87f6110e184a0 (patch) | |
tree | 1a40edc14fc8000323ab7a8eb0be516d1ecdce75 | |
parent | b6ec77fceb5d60a0750840e8d37686070e44d080 (diff) |
Change the term to screen since I always use tmux
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ ADD bashrc /root/.bashrc WORKDIR /root/app # Better terminal support -ENV TERM xterm-256color +ENV TERM screen-256color # Neovim needs this so that <ctrl-h> can work RUN infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > /tmp/$TERM.ti |