From 4ef3369c0e34674997f2ef2d3201e1dcef8f57e6 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 16 Oct 2023 15:26:21 +0300 Subject: [PATCH] fix(config): tmux plugin load order --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 3d0d560..2d865c5 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -121,11 +121,11 @@ set -g status-right "#[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics]#[ # ╰──────────────────────────────────────────────────────────╯ run-shell ~/.dotfiles/config/tmux/plugins/tmux-sensible/sensible.tmux +run-shell ~/.dotfiles/config/tmux/plugins/tmux-window-name/tmux_window_name.tmux run-shell ~/.dotfiles/config/tmux/plugins/tmux-resurrect/resurrect.tmux run-shell ~/.dotfiles/config/tmux/plugins/tmux-continuum/continuum.tmux run-shell ~/.dotfiles/config/tmux/plugins/tmux-sessionist/sessionist.tmux run-shell ~/.dotfiles/config/tmux/plugins/tmux-mode-indicator/mode_indicator.tmux run-shell ~/.dotfiles/config/tmux/plugins/tmux-suspend/suspend.tmux run-shell ~/.dotfiles/config/tmux/plugins/tmux-yank/yank.tmux -run-shell ~/.dotfiles/config/tmux/plugins/tmux-window-name/tmux_window_name.tmux