summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 2 insertions, 0 deletions
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