mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
github #138: completion: darwin/_networksetup: fix socks flags
This commit is contained in:
parent
bde2b183ff
commit
2a3b09d669
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2025-06-04 dana <dana@dana.is>
|
||||
|
||||
* bryango: github #138: Completion/Darwin/Command/_networksetup:
|
||||
fix socks flags
|
||||
|
||||
2025-06-03 dana <dana@dana.is>
|
||||
|
||||
* 53709: Test/D02glob.ztst: add misc. glob-qualifier tests
|
||||
|
|
|
@ -183,7 +183,7 @@ _networksetup() {
|
|||
proxies=(
|
||||
ftp FTP
|
||||
gopher Gopher
|
||||
socks SOCKS
|
||||
socksfirewall SOCKS
|
||||
secureweb HTTPS
|
||||
streaming RTSP
|
||||
web HTTP
|
||||
|
|
Loading…
Reference in a new issue