oh-my-zsh/plugins/nohup/README.md

12 lines
367 B
Markdown
Raw Normal View History

2017-04-06 07:10:16 +00:00
## nohup
2017-04-06 07:02:28 +00:00
2017-04-06 07:10:16 +00:00
Add `nohup` to the current command pressing the `Ctrl + H` shortcut
2017-04-06 07:02:28 +00:00
### Usage
2017-05-04 06:03:14 +00:00
* If the command line is `test 1 2 3` it will be transformed to `nohup test 1 2 3 &> test.out &!` (and vice-versa).
2017-04-06 07:02:28 +00:00
2017-04-06 07:10:16 +00:00
* If the command line is empty, the last command will be recalled.
2017-04-07 10:34:34 +00:00
PS. If you use `zsh-syntax-highlighting`, be sure that it is the last in the plugins list