This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues/pull-requests.
bare-dotfiles/bin/change-tmux-term.bash

5 lines
80 B
Bash

#!/bin/bash
if [[ "$TERM" == "screen" ]] ; then
export TERM=xterm-256color
fi