Skip to content

Commit

Permalink
docs: fix Nushell-Homebrew setup instructions (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimufly authored Mar 21, 2023
1 parent c5b8b3c commit 49e541a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Completions are automatically configured
Add `asdf.nu` to your `~/.config/nushell/config.nu` with:

```shell:no-line-numbers
"\nlet-env ASDF_NU_DIR = (brew --prefix asdf | into string | path join 'libexec')\n source " + (brew --prefix asdf | into string | path join 'libexec/asdf.nu') | save --append $nu.config-path
"\nlet-env ASDF_NU_DIR = (brew --prefix asdf | str trim | into string | path join 'libexec')\n source " + (brew --prefix asdf | into string | path join 'libexec/asdf.nu') | save --append $nu.config-path
```

Completions are automatically configured
Expand Down

0 comments on commit 49e541a

Please sign in to comment.