diff options
| author | Anton Bobov <anton@bobov.name> | 2022-12-06 20:25:14 +0100 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2022-12-06 20:25:14 +0100 |
| commit | a412cf36896df4e392e01c4bda352e7f36a852f4 (patch) | |
| tree | 923d0b2fb1c4a4b1fda09118a333c8b541fc1d89 /files | |
| parent | 567fbc6b45e9cbd51dfd405d8b21cd44c1d501d5 (diff) | |
tmux: add load of .tmux.conf.local
Diffstat (limited to 'files')
| -rw-r--r-- | files/.tmux.conf | 2 |
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' |
