Complete bg and fg with job PIDs.

This commit is contained in:
Daniel Matz 2015-11-24 20:33:39 -06:00 committed by ridiculousfish
parent c2c4fbf206
commit b7f13b4685
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'