mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-17 04:02:46 +08:00
add job expansion wrapper for disown
This commit is contained in:
parent
156d4fb9b9
commit
beba9df406
|
@ -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 New Issue
Block a user