mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-10 10:19:51 +00:00
fix(shell-proxy): change NAME env variable for WSL clash (#9447)
This commit is contained in:
@@ -30,7 +30,7 @@ def merge(mapping: dict):
|
||||
class CommandSet:
|
||||
proxies = make_proxies(get_http_proxy())
|
||||
aliases = {
|
||||
_: "env NAME=%s %s" % (_, ssh_agent)
|
||||
_: "env __SSH_PROGRAM_NAME__=%s %s" % (_, ssh_agent)
|
||||
for _ in ("ssh", "sftp", "scp", "slogin", "ssh-copy-id")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user