From a412cf36896df4e392e01c4bda352e7f36a852f4 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 6 Dec 2022 20:25:14 +0100 Subject: tmux: add load of .tmux.conf.local --- files/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files') diff --git a/files/.tmux.conf b/files/.tmux.conf index 41bc393..6a3e389 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -63,6 +63,8 @@ set -g @colors-solarized 'light' # To Install Plugin: + I # To Uninstall Plugin: + + U +if '[ -f ~/.tmux.conf.local ]' 'source ~/.tmux.conf.local' + # Plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -- cgit v1.2.3