Move run line to bottom of tmux.conf

This commit is contained in:
Eric Torres 2022-12-26 05:37:04 -08:00
parent ac82a4d011
commit 42fd35c74a

View File

@ -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'