My term variable $TERM is set to tmux-256color which is causing problems. I looked in my .bashrc, .vimrc and .viminfo and none of these appear to be setting this variable.
How can I find out where this value is getting set?
(this is Arch Linux)
My term variable $TERM is set to tmux-256color which is causing problems. I looked in my .bashrc, .vimrc and .viminfo and none of these appear to be setting this variable.
How can I find out where this value is getting set?
(this is Arch Linux)
Are you actually using tmux? Frequently the utility you use (e.g. screen, tmux) will set the $TERM variable on execution. SSH clients also frequently set the variable on connection. In short it is being set by the utility you are launching a shell with.
See: Where does the TERM environment variable default get set?