aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 753665aa..0848c3bc 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -45,7 +45,7 @@ set-window-option -g automatic-rename off
set-window-option -g mode-keys vi
# Terminal handling
-CONTAINING_TERM=$TERM
+containing_term=$TERM
if-shell 'test -e ~/.tmux.conf.256 && test `tput colors` -eq 256' \
'source ~/.tmux.conf.256'