Skip to content

Commit

Permalink
completions/pkill: use locals.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk authored and faho committed Sep 27, 2023
1 parent 4fab9e5 commit 7c5777a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/completions/pkill.fish
Expand Up @@ -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

0 comments on commit 7c5777a

Please sign in to comment.