mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Update bash_to_xsh.rst
This commit is contained in:
parent
fe069c0f21
commit
8da4a016b1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ This page will help you put a finger on how to do the equivalent task in xonsh.
|
|||
* - No special object for represent session.
|
||||
- ``__xonsh__``
|
||||
- The ``__xonsh__`` object has all about current xonsh session e.g. ``__xonsh__.env``.
|
||||
You can set `X = __xonsh__` to have a shortcut for `X.env` and similar.
|
||||
You can set ``X = __xonsh__`` to have a shortcut for ``X.env`` and similar.
|
||||
* - ``script.sh``
|
||||
- ``script.xsh``
|
||||
- The recommended file extension is ``.xsh``.
|
||||
|
|
Loading…
Add table
Reference in a new issue