Set TERM to recommended tmux terminal

This commit is contained in:
Sonny 2019-01-17 11:13:56 +01:00
parent cab056e348
commit fb0f485ab5
4 changed files with 514 additions and 4 deletions

View file

@ -1,8 +1,6 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
TERM=xterm-256color
# If not running interactively, don't do anything
case $- in
*i*) ;;