Use new plugin syntax all around

This commit is contained in:
Bruno Sutic
2015-07-07 01:49:33 +02:00
parent 343ae423dd
commit 79e4ba885d
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ manually_install_the_plugin() {
test_plugin_installation() {
set_tmux_conf_helper <<- HERE
set -g @tpm_plugins "tmux-plugins/tmux-example-plugin"
set -g @plugin "tmux-plugins/tmux-example-plugin"
run-shell "$PWD/tpm"
HERE