Skip to content

Commit 4a3fdec

Browse files
authored
Fixed Git Plugin Example
I thought it was a bit peculiar that the README.md suggested using `[email protected]/user/plugin`, but went ahead with that syntax. After seemingly endlessly scratching my head, while trying to figure out what the issue, I reverted to the traditional git URL syntax (SSH syntax) and it worked. ``` set -g @plugin '[email protected]:user/plugin_name` ``` Verified by running `./.tmux/plugins/tpm/bin/install_plugins` manually with a fresh version of TMUX + TPM with both styles.
1 parent 06d4122 commit 4a3fdec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
2626

2727
# Other examples:
2828
# set -g @plugin 'github_username/plugin_name'
29-
# set -g @plugin '[email protected]/user/plugin'
30-
# set -g @plugin '[email protected]/user/plugin'
29+
# set -g @plugin '[email protected]:user/plugin'
30+
# set -g @plugin '[email protected]:user/plugin'
3131

3232
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
3333
run -b '~/.tmux/plugins/tpm/tpm'

0 commit comments

Comments
 (0)