Enable inline strategies when restoring programs

This commit is contained in:
Bruno Sutic
2014-09-01 19:41:33 +02:00
parent 20c5fc40cc
commit 8368355240
4 changed files with 59 additions and 12 deletions

View File

@ -98,6 +98,11 @@ Open a GitHub issue if you think some other program should be on the default lis
set -g @resurrect-processes 'irb pry "~rails server" "~rails console"'
- If the wrong command is restored, try specifying inline strategy for the
program with `->`:
set -g @resurrect-processes 'some_program "grunt->grunt development"'
- Don't restore any programs:
set -g @resurrect-processes 'false'