summaryrefslogtreecommitdiffstats
path: root/website/docs/install.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-07-09 17:01:03 +0200
committerCanop <cano.petrole@gmail.com>2020-07-09 17:01:03 +0200
commitd094c44ca6032fdc7f8c2da4bd31bc0aaeaa8adc (patch)
tree8612848721ec9e877163ca0c422f73c285829638 /website/docs/install.md
parentefd3ea97514545be187982bbe62d8ad012e17ebd (diff)
add [ext-colors] to color files depending on their extension
Diffstat (limited to 'website/docs/install.md')
-rw-r--r--website/docs/install.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/website/docs/install.md b/website/docs/install.md
index 1bdc06e..d6c5155 100644
--- a/website/docs/install.md
+++ b/website/docs/install.md
@@ -73,7 +73,7 @@ When you start broot, it checks whether the `br` shell function seems to have be
to have been refused). If needed, and if the used shell seems compatible (supported shells today are bash, zsh and fish),
then broot asks the permission to register this shell function.
-When it's done, you can do just `br` to launch broot, and typing <kbd>alt</kbd><kbd>enter</kbd> will cd for you.
+When it's done, you can do `br` to launch broot, and typing <kbd>alt</kbd><kbd>enter</kbd> will cd for you.
## Retry the automatic installation
@@ -97,8 +97,6 @@ As a shortcut for [Nushell](https://www.nushell.sh/), define the following alias
alias br [] { broot | trim | cd $it }
-When it's done, you can do just `br` to launch broot, and typing `:pp` will cd for you.
-
You can bind this command to a key sequence in the [configuration file](../conf_file):
```toml