From 49b562634a047f4493c164e6dd06497462696451 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Fri, 29 Nov 2024 17:52:03 +0500 Subject: [PATCH] tmux: update catppucin plugin branch --- dot-config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-config/tmux/tmux.conf b/dot-config/tmux/tmux.conf index 8b40b59..c48e520 100644 --- a/dot-config/tmux/tmux.conf +++ b/dot-config/tmux/tmux.conf @@ -17,7 +17,7 @@ bind -n M-: next-window # List of plugins set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'catppuccin/tmux#sgoudham-patch-1' +set -g @plugin 'catppuccin/tmux' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tpm'