aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-04 09:32:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-04 09:32:59 +1200
commit8495aea63d92db8379dfa28009cce3f725db701f (patch)
treec9f326278d2e1c573d59ec2bc48a4e9955ef2c55 /tmux
parentUnset COLORTERM inside tmux (diff)
downloaddotfiles-8495aea63d92db8379dfa28009cce3f725db701f.tar.gz
dotfiles-8495aea63d92db8379dfa28009cce3f725db701f.zip
COLORFGBG too
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 00c7cb56..74a68151 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -16,8 +16,9 @@ set-option -g update-environment 'SSH_CLIENT SSH_CONNECTION'
set-option -g default-command "$SHELL"
# All of my terminals are 256 colors, so use the appropriate termcap/terminfo,
-# and unset COLORTERM to stop programs getting confused
+# and unset COLORFGBG and COLORTERM to stop programs getting confused
set-option -g default-terminal 'screen-256color'
+set-environment -gru COLORFGBG
set-environment -gru COLORTERM
# Change the prefix to ^A rather than the default of ^B, because I'm a godless