aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/.tmux.conf2
1 files changed, 2 insertions, 0 deletions
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: <Prefix> + I
# To Uninstall Plugin: <Prefix> + <Alt> + U
+if '[ -f ~/.tmux.conf.local ]' 'source ~/.tmux.conf.local'
+
# Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'