conf: rm tmux-old-ncurses.bash as legacy

This commit is contained in:
Aminda Suomalainen 2023-11-19 20:49:33 +02:00
parent 984c2de9fb
commit fcec48698d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#!/usr/bin/env bash
# Intended for systems with ncurses < 6 which is missing TERMINFO
# for tmux-256color.
if [[ $TERM == 'tmux-256color' ]]; then
export TERM=screen-256color
fi