xonsh/docs/xonshconfig.json

12 lines
191 B
JSON
Raw Normal View History

2015-10-10 23:22:36 -04:00
{"env": {
"EDITOR": "xo",
"PAGER": "more"
},
"foreign_shells": [
{"shell": "bash",
"login": true,
"extra_args": ["--rcfile", "/path/to/rcfile"]
},
{"shell": "zsh"}
]
}