xonsh/docs/xonshconfig.json

13 lines
211 B
JSON
Raw Permalink Normal View History

2015-10-10 23:22:36 -04:00
{"env": {
"EDITOR": "xo",
"PAGER": "more"
},
2016-05-11 01:55:53 -04:00
"xontribs": ["mpl"],
2015-10-10 23:22:36 -04:00
"foreign_shells": [
2016-05-11 01:55:53 -04:00
{"shell": "bash",
"login": true,
2015-10-10 23:22:36 -04:00
"extra_args": ["--rcfile", "/path/to/rcfile"]
},
{"shell": "zsh"}
]
}