Skip to content

Commit 2a3b09d

Browse files
bryangookdana
authored andcommitted
github zsh-users#138: completion: darwin/_networksetup: fix socks flags
1 parent bde2b18 commit 2a3b09d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-06-04 dana <[email protected]>
2+
3+
* bryango: github #138: Completion/Darwin/Command/_networksetup:
4+
fix socks flags
5+
16
2025-06-03 dana <[email protected]>
27

38
* 53709: Test/D02glob.ztst: add misc. glob-qualifier tests

Completion/Darwin/Command/_networksetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ _networksetup() {
183183
proxies=(
184184
ftp FTP
185185
gopher Gopher
186-
socks SOCKS
186+
socksfirewall SOCKS
187187
secureweb HTTPS
188188
streaming RTSP
189189
web HTTP

0 commit comments

Comments
 (0)