mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
3027bc355b
(cherry picked from commit 7c5777a82a
)
9 lines
205 B
Fish
9 lines
205 B
Fish
|
|
__fish_complete_pgrep pkill
|
|
__fish_make_completion_signals
|
|
for i in $__kill_signals
|
|
echo $i | read -l number name
|
|
complete -c pkill -o $number -d $name
|
|
complete -c pkill -o $name -d $name
|
|
end
|