feat: add xontrib-linuxbrew (#4139)

This commit is contained in:
Evgeny 2021-03-05 18:15:08 +03:00 committed by GitHub
parent dde0794ced
commit d1d3d754c3
Failed to generate hash of commit
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,23 @@
**Added:**
* `xontrib-linuxbrew <https://github.com/eugenesvk/xontrib-linuxbrew>`_ to add Homebrew's shell environment to xonsh shell on Linux
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -401,6 +401,16 @@ def define_xontribs():
url="https://github.com/scopatz/xontrib-kitty",
),
),
"linuxbrew": Xontrib(
url="https://github.com/eugenesvk/xontrib-linuxbrew",
description="Add Homebrew's shell environment to xonsh shell on Linux",
package=_XontribPkg(
name="xontrib-linuxbrew",
license="MIT",
install={"pip": "xpip install xontrib-linuxbrew"},
url="https://github.com/eugenesvk/xontrib-linuxbrew",
),
),
"mpl": Xontrib(
url="http://xon.sh",
description="Matplotlib hooks for xonsh, including the new 'mpl' "