mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
14 lines
No EOL
376 B
ReStructuredText
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
|
|
|
|
|
|
|
|
|