mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
12 lines
191 B
JSON
12 lines
191 B
JSON
![]() |
{"env": {
|
||
|
"EDITOR": "xo",
|
||
|
"PAGER": "more"
|
||
|
},
|
||
|
"foreign_shells": [
|
||
|
{"shell": "bash",
|
||
|
"login": true,
|
||
|
"extra_args": ["--rcfile", "/path/to/rcfile"]
|
||
|
},
|
||
|
{"shell": "zsh"}
|
||
|
]
|
||
|
}
|