aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-17 18:15:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-17 18:15:39 +1200
commit714511794aae0236631046701112829f36eb2850 (patch)
treeaec26e1762f281977852b0650325f842841d8fe3
parentTurns out using uppercase vars is bad practice (diff)
downloaddotfiles-714511794aae0236631046701112829f36eb2850.tar.gz
dotfiles-714511794aae0236631046701112829f36eb2850.zip
Lowercase containing term var
-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'