mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Complete bg and fg with job PIDs.
This commit is contained in:
parent
c2c4fbf206
commit
b7f13b4685
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
|
complete -c bg -x -a "(__fish_complete_job_pids)"
|
||||||
complete -c bg -s h -l help --description 'Display help and exit'
|
complete -c bg -s h -l help --description 'Display help and exit'
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
|
complete -c fg -x -a "(__fish_complete_job_pids)"
|
||||||
complete -c fg -s h -l help --description 'Display help and exit'
|
complete -c fg -s h -l help --description 'Display help and exit'
|
||||||
|
|
Loading…
Reference in a new issue