From 085d0699b4966ca67d6fb51ec714b867fea1020a Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 7 Jan 2024 22:06:48 +0100 Subject: [PATCH] fixed trailing branch irrelevant in the tokyo-night-tmux plugin definition --- ansible/roles/tmux/files/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/tmux/files/tmux/tmux.conf b/ansible/roles/tmux/files/tmux/tmux.conf index 899370f..c93569b 100644 --- a/ansible/roles/tmux/files/tmux/tmux.conf +++ b/ansible/roles/tmux/files/tmux/tmux.conf @@ -84,7 +84,7 @@ set -g @plugin 'tmux-plugins/tmux-sessionist' # Setting the theme to use with Tmux Themepack # set -g @themepack 'powerline/block/cyan' # set -g @plugin "aminnairi/tokyo-night-tmux#mode-style" -set -g @plugin "janoamaral/tokyo-night-tmux#mode-style" +set -g @plugin "janoamaral/tokyo-night-tmux" # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'