From 42fd35c74a92043c5ae783321a54bc4be2a94516 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 26 Dec 2022 05:37:04 -0800 Subject: [PATCH] Move run line to bottom of tmux.conf --- tmux/.config/tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 12d59ee..84d234d 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -14,7 +14,8 @@ set -g @dracula-show-powerline true set -g @dracula-show-fahrenheit true set -g @dracula-military-time false -run '.config/tmux/plugins/tpm/tpm' - # Terminal appearance set -g default-terminal "tmux-256color" + +# Keep this line at the very bottom +run '~/.config/tmux/plugins/tpm/tpm'