From a817331f4c13f4aad63b9df5d495d3650c6a88cb Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Mar 2012 11:15:12 +1300 Subject: Source a local conf file. --- tmux/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 367b548a..769cd05b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -88,6 +88,9 @@ set-option -g terminal-overrides 'xterm*:smcup@:rmcup@' set-option -g message-fg colour231 set-option -g message-bg colour18 +# Don't automatically rename windows. +set-window-option -g automatic-rename off + # Use Vi mode. set-window-option -g mode-keys vi @@ -102,3 +105,6 @@ set-window-option -g mode-bg colour18 # Monitor window activity. set-window-option -g monitor-activity on +# Source local configuration. +source-file ~/.tmux.conf.local + -- cgit v1.2.3