mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
add job expansion wrapper for disown
This commit is contained in:
parent
156d4fb9b9
commit
beba9df406
1 changed files with 5 additions and 0 deletions
|
@ -288,3 +288,8 @@ end
|
|||
function wait --wraps wait
|
||||
builtin wait (__fish_expand_pid_args $argv)
|
||||
end
|
||||
|
||||
function disown --wraps disown
|
||||
builtin disown (__fish_expand_pid_args $argv)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue