mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-15 04:41:19 +02:00
Added zsh trick to disown processes
This commit is contained in:
parent
fb8e5c277a
commit
8c0b488210
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ nohup-command-line() {
|
|||
tokens_space=("${(@s/ /)tokens_slash[-1]}")
|
||||
command=("$tokens_space[1]")
|
||||
|
||||
BUFFER="nohup $BUFFER &> $command.out &"
|
||||
BUFFER="nohup $BUFFER &> $command.out &!"
|
||||
fi
|
||||
}
|
||||
zle -N nohup-command-line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue