mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 08:43:09 -03:00
Complete bg and fg with job PIDs.
This commit is contained in:
committed by
ridiculousfish
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'
|
||||
|
||||
Reference in New Issue
Block a user