Skip to content

Commit 86b2576

Browse files
committed
[tmux] Use full URL for plugins
1 parent 135292b commit 86b2576

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.config/tmux/tmux.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ bind-key o choose-session
9696
# Enable focus events for Neovim.
9797
set-option -g focus-events on
9898

99-
set-option -g @plugin 'tmux-plugins/tpm-redux'
100-
set-option -g @plugin 'tmux-plugins/tmux-battery'
101-
set-option -g @plugin 'tmux-plugins/tmux-cpu'
102-
set-option -g @plugin 'tmux-plugins/tmux-online-status'
103-
set-option -g @plugin 'catppuccin/tmux'
99+
set-option -g @plugin 'https://github.com/tmux-plugins/tpm-redux'
100+
set-option -g @plugin 'https://github.com/tmux-plugins/tmux-battery'
101+
set-option -g @plugin 'https://github.com/tmux-plugins/tmux-cpu'
102+
set-option -g @plugin 'https://github.com/tmux-plugins/tmux-online-status'
103+
set-option -g @plugin 'https://github.com/catppuccin/tmux'
104104

105105
# Configure Catppuccin
106106
set-option -g @catppuccin_flavor "macchiato"

0 commit comments

Comments
 (0)