mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Add news/base16-shell.rst
This commit is contained in:
parent
36f3f21e2b
commit
51d9f77fd2
1 changed files with 49 additions and 0 deletions
49
news/base16-shell.rst
Normal file
49
news/base16-shell.rst
Normal file
|
@ -0,0 +1,49 @@
|
|||
**Added:**
|
||||
|
||||
* Add alias to `base16 shell`_
|
||||
|
||||
* Installation / Usage
|
||||
1. To install use pip
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
python3 -m pip install xontrib-base16-shell
|
||||
|
||||
2. Add on ``~/.xonshrc``
|
||||
|
||||
.. code:: python
|
||||
:number-lines:
|
||||
|
||||
$BASE16_SHELL = $HOME + "/.config/base16-shell/"
|
||||
xontrib load base16_shell
|
||||
|
||||
See image
|
||||
|
||||
|Terminal|
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
||||
|
||||
.. |Terminal| image:: https://raw.githubusercontent.com/ErickTucto/xontrib-base16-shell/master/docs/terminal.png
|
||||
:width: 600px
|
||||
:alt: terminal.png
|
||||
|
||||
|
||||
.. _base16 shell: https://github.com/chriskempson/base16-shell
|
Loading…
Add table
Reference in a new issue