Update readme

pull/54/head
Bruno Sutic 2014-09-01 21:18:15 +02:00
parent db05b2133b
commit d5598d1c61
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ 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 `->`:
- Use `->` to specify a command to be used when restoring a program (useful if
the default restore command fails ):
set -g @resurrect-processes 'some_program "grunt->grunt development"'