mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 17:30:59 +01:00
removed lazyobject from _XONFIG_SOURCE_FOREIGN_SHELL_COMMAND
This commit is contained in:
parent
23428c1fdb
commit
ca417007cc
1 changed files with 6 additions and 7 deletions
|
@ -112,9 +112,8 @@ WIZARD_TAIL = """
|
||||||
Thanks for using the xonsh configuration wizard!"""
|
Thanks for using the xonsh configuration wizard!"""
|
||||||
|
|
||||||
|
|
||||||
@lazyobject
|
_XONFIG_SOURCE_FOREIGN_SHELL_COMMAND = collections.defaultdict(
|
||||||
def _XONFIG_SOURCE_FOREIGN_SHELL_COMMAND():
|
lambda: 'source-foreign',
|
||||||
return collections.defaultdict(lambda: 'source-foreign',
|
|
||||||
bash='source-bash',
|
bash='source-bash',
|
||||||
cmd='source-cmd',
|
cmd='source-cmd',
|
||||||
zsh='source-zsh',
|
zsh='source-zsh',
|
||||||
|
|
Loading…
Add table
Reference in a new issue