mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +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>
|
2025-06-03 dana <dana@dana.is>
|
||||||
|
|
||||||
* 53709: Test/D02glob.ztst: add misc. glob-qualifier tests
|
* 53709: Test/D02glob.ztst: add misc. glob-qualifier tests
|
||||||
|
|
|
@ -183,7 +183,7 @@ _networksetup() {
|
||||||
proxies=(
|
proxies=(
|
||||||
ftp FTP
|
ftp FTP
|
||||||
gopher Gopher
|
gopher Gopher
|
||||||
socks SOCKS
|
socksfirewall SOCKS
|
||||||
secureweb HTTPS
|
secureweb HTTPS
|
||||||
streaming RTSP
|
streaming RTSP
|
||||||
web HTTP
|
web HTTP
|
||||||
|
|
Loading…
Reference in a new issue