mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Fixing typos in README.md
This commit is contained in:
parent
c58139218a
commit
626e54825c
1 changed files with 4 additions and 5 deletions
|
|
@ -1,10 +1,9 @@
|
|||
## bbedit
|
||||
|
||||
Plugin to prefix the current command with `nohup` using the `Ctrl+H` shortcut
|
||||
## nohup
|
||||
|
||||
Add `nohup` to the current command pressing 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 the command 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
|
||||
* If the command line is empty, the last command will be recalled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue