From 714511794aae0236631046701112829f36eb2850 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 Aug 2012 18:15:39 +1200 Subject: Lowercase containing term var --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux') 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' -- cgit v1.2.3