tmux: tpm: fix catppuccin plugin branch

This commit is contained in:
timoxa0 2024-11-29 18:20:45 +05:00
parent a7af4b2b39
commit a55a67ee66

View file

@ -17,7 +17,7 @@ bind -n M-: next-window
# List of plugins # List of plugins
set -g @plugin 'tmux-plugins/tmux-sensible' 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 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'