summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchweber <64630479+Schweber@users.noreply.github.com>2024-05-25 15:44:34 +0000
committerGitHub <noreply@github.com>2024-05-25 15:44:34 +0000
commit26652e4a1ba525d717e796df92bc65ba62d1e578 (patch)
tree107ce63803519a43c285981580a5059c10704c64
parent8f50c72f58fbfd48d686aeb6ed1b1e79b5069204 (diff)
Update install-br.md
-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