mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-01 01:51:14 -03:00
add job expansion wrapper for disown
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user