mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Complete bg and fg with job PIDs.
This commit is contained in:
parent
c2c4fbf206
commit
b7f13b4685
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user