xonsh/docs/xonshconfig.json
Anthony Scopatz 50d76f9570 more docs
2016-05-11 01:55:53 -04:00

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"}
]
}