mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Merge branch 'sf' of https://github.com/scopatz/xonsh into scopatz-fixes
This commit is contained in:
commit
4ae753f302
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def source_foreign(args, stdin=None):
|
||||||
env = builtins.__xonsh_env__
|
env = builtins.__xonsh_env__
|
||||||
denv = env.detype()
|
denv = env.detype()
|
||||||
for k, v in fsenv.items():
|
for k, v in fsenv.items():
|
||||||
if k in env and v == denv[k]:
|
if k in denv and v == denv[k]:
|
||||||
continue # no change from original
|
continue # no change from original
|
||||||
env[k] = v
|
env[k] = v
|
||||||
baliases = builtins.aliases
|
baliases = builtins.aliases
|
||||||
|
|
Loading…
Add table
Reference in a new issue