mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add completions for builtin disown
It completes identical to `fg` and `bg` w/ this change. I'm not aware of any reason why it shouldn't, but feel free to enlighten me if I've missed something. [ci skip]
This commit is contained in:
parent
d55b65a8d2
commit
220ffaeb65
1 changed files with 1 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
complete -c disown -s h -l help -d "Display help and exit"
|
||||
complete -c disown -x -a "(__fish_complete_job_pids)"
|
||||
|
|
Loading…
Reference in a new issue