summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-03-25 18:52:19 +0100
committerCanop <cano.petrole@gmail.com>2021-03-25 18:52:19 +0100
commit2e3d2d6764ecdbbfea4b46537eb08ebdf68c0ffc (patch)
treea00e882d0a98240452932aa4f416072799226214 /website/docs
parent1aed834b086f30db760ae2d1ea2d1aa89b595d50 (diff)
change nushell shortcut to use def instead of alias
Fix #368
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/install-br.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/docs/install-br.md b/website/docs/install-br.md
index cab0c3b..3f87579 100644
--- a/website/docs/install-br.md
+++ b/website/docs/install-br.md
@@ -33,7 +33,7 @@ If you prefer to manage the function sourcing yourself, or to automate the insta
As a shortcut for [Nushell](https://www.nushell.sh/), define the following alias:
- alias br [] { broot | trim | cd $it }
+ def br [] { broot | trim | cd $it }
# `br` alias for Xonsh shell