force xterm-256color in tmux/screen

pull/1/head
Andrew Coleman 2019-01-18 12:05:18 -05:00
parent 822b0458ee
commit da05c2d7eb
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/bash
if [[ "$TERM" == "screen" ]] ; then
export TERM=xterm-256color
fi