From a2f86174a02d6ee868088600a2db8acb620f89a7 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Mon, 20 Jun 2022 03:33:51 -0500 Subject: Add tmux config tmux config is based on ohmytmux https://github.com/rothgar/awesome-tmux https://github.com/gpakosz/.tmux --- bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 097a134..0045d60 100644 --- a/bashrc +++ b/bashrc @@ -132,6 +132,8 @@ export LESS="-i --RAW-CONTROL-CHARS"; export TLDR_CONFIG_DIR="$XDG_CONFIG_HOME" # Needed for gpg(1)? export GPG=TTY=$(tty) +# Needed for tmux +export TERM="xterm-256color" # Bash completition for pandoc if [ -f /usr/bin/pandoc ]; then -- cgit v1.2.3