Metadata-Version: 2.1
Name: xonsh-direnv
Version: 1.5.0
Summary: direnv support for the xonsh shell
Home-page: https://github.com/74th/xonsh-direnv
Author: 74th
Author-email: site@74th.tech
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only

`direnv <https://direnv.net>`_ support for the `xonsh shell <https://xon.sh>`_

https://direnv.net

https://xon.sh

This works with python 3.7.0, xonsh 0.8.8 and direnv 2.17.0.

::

	xpip install xonsh-direnv
	xontrib load direnv


change log
==========

1.5
---

* fix https://github.com/74th/xonsh-direnv/issues/2

1.4
---

* fix xonsh has a history of breaking its built-ins https://github.com/74th/xonsh-direnv/pull/3

1.3
---

* $HOME/.envrc
* effecting `direnv allow` immediately


