mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-15 17:32:41 +02:00
feat(shell-proxy): enable unexported DEFAULT_PROXY
setting (#9774)
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
__PROXY__="${0:A:h}/proxy.py"
|
||||
|
||||
proxy() {
|
||||
source <("$__PROXY__" "$1")
|
||||
source <(env "DEFAULT_PROXY=$DEFAULT_PROXY" "$__PROXY__" "$1")
|
||||
}
|
||||
|
||||
_proxy() {
|
||||
|
Reference in New Issue
Block a user