Remove dependency on pgrep; use ps to get process names

Fixes #43
This commit is contained in:
Bruno Sutic
2014-09-20 22:33:14 +02:00
parent 618769b62f
commit 1d09f07d2b
3 changed files with 5 additions and 3 deletions

View File

@ -47,7 +47,7 @@ This plugin goes to great lengths to save and restore all the details from your
- restoring vim sessions (optional). More details in
[restoring vim sessions](#restoring-vim-sessions).
Requirements / dependencies: `tmux 1.9` or higher, `pgrep`, `bash`.
Requirements / dependencies: `tmux 1.9` or higher, `bash`.
`tmux-resurrect` is idempotent! It will not try to restore panes or windows that
already exist.