xonsh/news/zsh.rst

19 lines
403 B
ReStructuredText
Raw Normal View History

2017-02-24 00:50:43 -05:00
**Added:**
* Sourcing foreign shells now have the ``--show`` option, which
lets you see when script will be run, and the ``--dryrun``
option which prevents the source from actually taking place.
Xonsh's foriegn shell API also added these keyword arguments.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Fixed ``source-zsh`` to work with zsh v5.2.
**Security:** None