mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
43047: Add completion for hostname
This commit is contained in:
parent
ea94f3bf14
commit
8dd8bd43e6
2 changed files with 78 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2018-06-18 dana <dana@dana.is>
|
||||
|
||||
* 43047: Completion/Unix/Command/_hostname: Add hostname completion
|
||||
|
||||
* 43047: Completion/Unix/Type/_bind_addresses: Always return local IPs
|
||||
|
||||
2018-06-18 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
|
76
Completion/Unix/Command/_hostname
Normal file
76
Completion/Unix/Command/_hostname
Normal file
|
@ -0,0 +1,76 @@
|
|||