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

11 lines
297 B
Markdown

## bbedit
Plugin to prefix the current command with `nohup` using the `Ctrl+H` shortcut
### Usage
* If them corrent termina line is `test 1 2 3` it will be transformed to `nohup test 1 2 3 &> test.out` and vice-versa
* If no command is existing, the last submitted command will be recalled