From cb6e31e12fc2a93f281c91a504dfd7324c843d08 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Tue, 7 Jul 2015 18:03:10 +0200 Subject: [PATCH] Update readme --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index c5a9779..c9c1772 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,7 @@ Add this line to the bottom of `.tmux.conf`: run-shell ~/clone/path/resurrect.tmux -Reload TMUX environment: - - # type this in terminal - $ tmux source-file ~/.tmux.conf - +Reload TMUX environment with: `$ tmux source-file ~/.tmux.conf`. You should now be able to use the plugin. ### Configuration @@ -188,12 +184,5 @@ Both contributing and bug reports are welcome. Please check out [Mislav Marohnić](https://github.com/mislav) - the idea for the plugin came from his [tmux-session script](https://github.com/mislav/dotfiles/blob/2036b5e03fb430bbcbc340689d63328abaa28876/bin/tmux-session). -### Other - -Here's another script that tries to solve the same problem: -[link](http://brainscraps.wikia.com/wiki/Resurrecting_tmux_Sessions_After_Reboot). -It even has the same name, even though I discovered it only after publishing -`v1.0` of this plugin. - ### License [MIT](LICENSE.md)