From 5767203d78f70d58bf90bd76a3ece5f3dd62ca32 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Fri, 2 Sep 2022 19:57:23 +0200 Subject: [PATCH] Add option to load local settings --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3e777c7..1778b52 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -42,3 +42,7 @@ set-window-option -g window-status-separator | # Set Terminal type set -g default-terminal "xterm-256color" + +# ------ +# Load local settings +source ~/.dotfiles/this-machine/tmux.conf