mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-10-31 23:28:47 +00:00
v1.2.0
This commit is contained in:
parent
ac473213fa
commit
7c10afc061
@ -1,6 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
### master
|
### master
|
||||||
|
|
||||||
|
### v1.2.0, 2014-11-20
|
||||||
- refactor tests so they can be used on travis
|
- refactor tests so they can be used on travis
|
||||||
- add travis.yml, add travis badge to the readme
|
- add travis.yml, add travis badge to the readme
|
||||||
|
|
||||||
|
@ -16,11 +16,11 @@ Put this at the bottom of your `.tmux.conf` (backslashes at the end of the lines
|
|||||||
are required):
|
are required):
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
# Supports `github_username/repo` or full git URLs
|
# Supports `github_username/repo` or full git repo URLs
|
||||||
set -g @tpm_plugins " \
|
set -g @tpm_plugins ' \
|
||||||
tmux-plugins/tpm \
|
tmux-plugins/tpm \
|
||||||
tmux-plugins/tmux-sensible \
|
tmux-plugins/tmux-sensible \
|
||||||
"
|
'
|
||||||
# Other examples:
|
# Other examples:
|
||||||
# github_username/plugin_name \
|
# github_username/plugin_name \
|
||||||
# git@github.com/user/plugin \
|
# git@github.com/user/plugin \
|
||||||
@ -28,7 +28,7 @@ are required):
|
|||||||
|
|
||||||
# Initializes TMUX plugin manager.
|
# Initializes TMUX plugin manager.
|
||||||
# Keep this line at the very bottom of tmux.conf.
|
# Keep this line at the very bottom of tmux.conf.
|
||||||
run-shell ~/.tmux/plugins/tpm/tpm
|
run-shell '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
Reload TMUX environment so TPM is sourced:
|
Reload TMUX environment so TPM is sourced:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user