mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
feat: add xontrib-linuxbrew (#4139)
This commit is contained in:
parent
dde0794ced
commit
d1d3d754c3
2 changed files with 33 additions and 0 deletions
23
news/xontrib-linuxbrew.rst
Normal file
23
news/xontrib-linuxbrew.rst
Normal 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>
|
|
@ -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' "
|
||||
|
|
Loading…
Add table
Reference in a new issue