prezto icon indicating copy to clipboard operation
prezto copied to clipboard

Support IPv6 addresses in hostname completions

Open belak opened this issue 5 years ago • 1 comments

This was brought up in #1621. Currently the magic regex seems to not work with IPv6.

belak avatar Sep 28 '18 21:09 belak

A quick followup:

@ezintz, @donahchoo: can you try adding :: to etc-host-ignores (something like the following) to filter out ipv6 addresses as see if that works?

zstyle ':prezto:module:completion:*:hosts' etc-host-ignores '0.0.0.0' '127.0.0.1' '::'

indrajitr avatar Dec 11 '18 18:12 indrajitr