summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-10-31 08:27:29 +0100
committerAnton Khirnov <anton@khirnov.net>2020-10-31 08:27:29 +0100
commit6ec3cee1093c848279f1aad87e322a4cf0709853 (patch)
treec1dde98a783536df6bd5b69244d23d684fa58443 /dotfiles
parent4cbbffc195f9fa80328fbf96a802aa30fcd5d7c4 (diff)
tmux.conf: allow local customizations.
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf
index 8fc20e9..a8d935d 100644
--- a/dotfiles/tmux.conf
+++ b/dotfiles/tmux.conf
@@ -35,3 +35,6 @@ set -g status-right "#(hostname -f) %a %F %H:%M"
set -g status-right-length 48
set -g status-style fg=white,dim,bg=colour23
+
+# source the machine-specific file
+if-shell "[ -f ~/.config/tmux_local.conf ]" 'source ~/.config/tmux_local.conf'