oh-my-zsh/plugins/nohup/README.md
2017-04-06 10:10:16 +03:00

10 lines
273 B
Markdown

## nohup
Add `nohup` to the current command pressing the `Ctrl + H` shortcut
### Usage
* If the command line is `test 1 2 3` it will be transformed to `nohup test 1 2 3 &> test.out` (and vice-versa).
* If the command line is empty, the last command will be recalled.