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.
This commit is contained in:
Ade Attwood 2024-06-08 18:06:34 +01:00
parent a39b844c63
commit 7dd2677d24

View file

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