summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-04-27 18:38:34 +0200
committerCanop <cano.petrole@gmail.com>2021-04-27 18:38:34 +0200
commit11fc9bec404d6109e47c712eda239aab823bc4ff (patch)
tree4bebfd355333c9ec73206a8e3eef43ce673e9ab2 /website/docs
parent0e1ef761cd947bf537d84c3e2d5ae700d73a00ba (diff)
remove the nushell chapter from install doc: it doesn't work anymore
Related: #375
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/install-br.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/website/docs/install-br.md b/website/docs/install-br.md
index 3f87579..3e1ac2d 100644
--- a/website/docs/install-br.md
+++ b/website/docs/install-br.md
@@ -29,12 +29,6 @@ If you prefer to manage the function sourcing yourself, or to automate the insta
`broot --set-install-state installed` tells broot the `br` function is installed (other possible values are `undefined` and `refused`).
-# `br` alias for Nushell
-
-As a shortcut for [Nushell](https://www.nushell.sh/), define the following alias:
-
- def br [] { broot | trim | cd $it }
-
# `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)