mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Change links
This commit is contained in:
parent
ab1588b51e
commit
dbc9de52b8
1 changed files with 22 additions and 5 deletions
|
@ -1,8 +1,28 @@
|
|||
**Added:**
|
||||
|
||||
* Add alias to `base16 shell`_
|
||||
* Add alias to `base16 shell <https://github.com/chriskempson/base16-shell>`_
|
||||
|
||||
* For Installation / Use information, look at the `following link`_
|
||||
* 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
|
||||
|
||||
|
||||
3. See image
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/ErickTucto/xontrib-base16-shell/master/docs/terminal.png
|
||||
:width: 600px
|
||||
:alt: terminal.png
|
||||
|
||||
**Changed:**
|
||||
|
||||
|
@ -23,6 +43,3 @@
|
|||
**Security:**
|
||||
|
||||
* <news item>
|
||||
|
||||
.. _base16 shell: https://github.com/chriskempson/base16-shell
|
||||
.. _following link: https://github.com/ErickTucto/xontrib-base16-shell#installation--usage
|
Loading…
Add table
Reference in a new issue