From 7c10afc0612f1d1c69837cbc65b20f22c864141d Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Thu, 20 Nov 2014 02:28:20 +0100 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 2 ++ README.md | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1584d..4ce5bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ### master + +### v1.2.0, 2014-11-20 - refactor tests so they can be used on travis - add travis.yml, add travis badge to the readme diff --git a/README.md b/README.md index f581580..9700bb7 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ Put this at the bottom of your `.tmux.conf` (backslashes at the end of the lines are required): # List of plugins - # Supports `github_username/repo` or full git URLs - set -g @tpm_plugins " \ + # Supports `github_username/repo` or full git repo URLs + set -g @tpm_plugins ' \ tmux-plugins/tpm \ tmux-plugins/tmux-sensible \ - " + ' # Other examples: # github_username/plugin_name \ # git@github.com/user/plugin \ @@ -28,7 +28,7 @@ are required): # Initializes TMUX plugin manager. # 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: