mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
completions/pkill: use locals.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user