mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
parent
9ea7465ab4
commit
3027bc355b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
__fish_complete_pgrep pkill
|
||||
__fish_make_completion_signals
|
||||
for i in $__kill_signals
|
||||
echo $i | read number name
|
||||
echo $i | read -l number name
|
||||
complete -c pkill -o $number -d $name
|
||||
complete -c pkill -o $name -d $name
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue