forked from extern/ohmyzsh
fix(shell-proxy): change NAME env variable for WSL clash (#9447)
This commit is contained in:
@ -6,7 +6,7 @@ import sys
|
||||
ssh_proxy = os.path.join(os.path.dirname(__file__), "ssh-proxy.py")
|
||||
|
||||
argv = [
|
||||
os.environ.get("NAME", "ssh"),
|
||||
os.environ.get("__SSH_PROGRAM_NAME__", "ssh"),
|
||||
"-o",
|
||||
"ProxyCommand={} %h %p".format(ssh_proxy),
|
||||
"-o",
|
||||
|
Reference in New Issue
Block a user