Add black list check when performing ls-remote completions.

pull/445/head
Jorge Bucaran 8 years ago
parent 0d075731fc
commit c328543234
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -945,6 +945,11 @@ function __fisher_list_remote_complete
' "$fisher_cache/.index" ^ /dev/null | while read -l name info
switch "$name"
case awesome-\* fisherman\* index\* logo\* taof
continue
end
complete -xc fisher -n "__fish_seen_subcommand_from info ls-remote" -a "$name" -d "$info"
end
end

Loading…
Cancel
Save