From 220ffaeb652e0233ad12956f9f59c6e239c57a05 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Fri, 5 May 2023 16:07:54 -0500 Subject: [PATCH] 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] --- share/completions/disown.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/disown.fish b/share/completions/disown.fish index 4ef060f1c..3689a73e9 100644 --- a/share/completions/disown.fish +++ b/share/completions/disown.fish @@ -1 +1,2 @@ complete -c disown -s h -l help -d "Display help and exit" +complete -c disown -x -a "(__fish_complete_job_pids)"