diff options
author | Canop <cano.petrole@gmail.com> | 2020-11-25 17:04:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 17:04:34 +0100 |
commit | 51b11958e1d0c0025636e96138a926fb25bddf4c (patch) | |
tree | 1b9584f879ede58362f01c81498f22f49f9799e5 | |
parent | ba9dbf6c0a3827fe6299f3de582db6fc1ce9362a (diff) | |
parent | b05008dfcaa078c6813b1755df6fd37dc6d50f55 (diff) |
Merge pull request #309 from jnoortheen/patch-1
docs: add xonsh shell support
-rw-r--r-- | website/docs/install-br.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/docs/install-br.md b/website/docs/install-br.md index f1fdabb..5e92093 100644 --- a/website/docs/install-br.md +++ b/website/docs/install-br.md @@ -45,4 +45,7 @@ execution = ":print_path" ``` +## `br` alias for Xonsh shell + +The shortcut for [xonsh](https://xon.sh/) shell can be installed with using [xontrib-broot](https://github.com/jnoortheen/xontrib-broot) |