summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-05-30 07:04:42 +0200
committerCanop <cano.petrole@gmail.com>2024-05-30 07:04:42 +0200
commitae9991f1e7a17f98ac7ed2a2202180aec77b5048 (patch)
tree8c71fac4c606cf56e446b88578c06edffc5e7fd0
parentb50161f7f6a2ee994b7f32cc797043c215da0875 (diff)
parent26652e4a1ba525d717e796df92bc65ba62d1e578 (diff)
Merge branch 'main' of github.com:Schweber/broot into Schweber-main
-rw-r--r--website/docs/install-br.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/website/docs/install-br.md b/website/docs/install-br.md
index 38563ea..7a546e6 100644
--- a/website/docs/install-br.md
+++ b/website/docs/install-br.md
@@ -14,7 +14,8 @@ When it's done, you can do `br` to launch broot, and typing <kbd>alt</kbd><kbd>e
Supported shells today are bash, zsh, fish, nushell, and powershell.
!!! Note
- **Windows users:** broot may need additional rights at first use in order to write its configuration file. You may also have to allow script execution (`set-executionpolicy unrestricted`)
+ **Windows users:** broot may need additional rights at first use in order to write its configuration file. You may also have to allow script execution (`set-executionpolicy unrestricted`)
+ **Nushell users:** use either `alias` or `def --env` when aliasing the `br` shell function. `def` alone won't enable the shell function to perform `cd`.
# Retry the automatic installation