Skip to content

Commit

Permalink
remove the nushell chapter from install doc: it doesn't work anymore
Browse files Browse the repository at this point in the history
Related: Canop#375
  • Loading branch information
Canop committed Apr 27, 2021
1 parent 0e1ef76 commit 11fc9be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#### Minor changes:
- modal mode: revert to command mode on command execution - Fix #372
- modal mode: when in command mode, '/' only enters input mode and is never appended to the input
- better handle failing external programs when not leaving broot
#### Major feature: staging area
Yoy may add files to the staging area then apply a command on all of them. This new feature is described [here](https://dystroy.org/broot/staging-area).
Several verbs have been added. Type "stag" in help to see them all.
Expand Down
6 changes: 0 additions & 6 deletions website/docs/install-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 11fc9be

Please sign in to comment.