From 7dd2677d24adbc806143008338224368ec09c736 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sat, 8 Jun 2024 18:06:34 +0100 Subject: [PATCH] fix(tmux): set the actual name to the tmux plugin This swap over should have really been tested more before pushing into mainline. This is hopefully the last one we need to fix. When I was playing around with the plugin I used a `git clone` this have it the name of the repo "tmux" that was not very helpful when looking at the plugins. I then renamed it when adding it to the dotfiles install. However, I never changed the name in the config to load the plugin from a different place. --- site-modules/core/files/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-modules/core/files/tmux.conf b/site-modules/core/files/tmux.conf index 5bc9223..b11bb07 100644 --- a/site-modules/core/files/tmux.conf +++ b/site-modules/core/files/tmux.conf @@ -91,5 +91,5 @@ set -ga terminal-overrides ",xterm-256color:Tc" # Setup the nord theme set -g @nord_tmux_no_patched_font "1" -run-shell "~/.tmux/plugins/tmux/nord.tmux" +run-shell "~/.tmux/plugins/tmux-nord/nord.tmux"