mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
13 lines
No EOL
211 B
JSON
13 lines
No EOL
211 B
JSON
{"env": {
|
|
"EDITOR": "xo",
|
|
"PAGER": "more"
|
|
},
|
|
"xontribs": ["mpl"],
|
|
"foreign_shells": [
|
|
{"shell": "bash",
|
|
"login": true,
|
|
"extra_args": ["--rcfile", "/path/to/rcfile"]
|
|
},
|
|
{"shell": "zsh"}
|
|
]
|
|
} |