xonsh/docs/xonshrc.rst
Anthony Scopatz 778d19341b added rc file
2015-09-12 20:27:21 -04:00

14 lines
No EOL
376 B
ReStructuredText

Run Control File
=========================
Xonsh allows you to have a run control file in your home directory called ``~/.xonshrc``.
This file is written in the xonsh language, of course. It is executed exactly once
at startup. The following is a real-world example of such a file.
:download:`Download xonshrc <xonshrc.xsh>`
.. include:: xonshrc.xsh
:code: xonsh