mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 17:30:59 +01:00
14 lines
376 B
ReStructuredText
14 lines
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
|
||
|
|
||
|
|
||
|
|
||
|
|