diff options
| author | Ethan Brierley <ethanboxx@gmail.com> | 2023-06-26 08:27:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-26 08:27:24 +0100 |
| commit | 0ca72ee01ae0ba44df64c903326ad7d14f302a16 (patch) | |
| tree | 72452f424ce0954a978128c113beb99ba4704dce | |
| parent | record encryption (#1058) (diff) | |
| download | atuin-0ca72ee01ae0ba44df64c903326ad7d14f302a16.zip | |
Update `nu` section in `key-bindings.md` - `set-env` -> `let-env` (#1074)
I don't think `set-env` exists ๐ค
```
โฏ : set-env ATUIN_NOBIND = true
Error: nu::shell::external_command
ร External command failed
โญโ[entry #6:1:1]
1 โ set-env ATUIN_NOBIND = true
ยท โโโโฌโโโ
ยท โฐโโ did you mean 'let-env'?
โฐโโโโ
help: No such file or directory (os error 2)
```
| -rw-r--r-- | docs/docs/key-binding.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/key-binding.md b/docs/docs/key-binding.md index 82b0c916..3b4e35b2 100644 --- a/docs/docs/key-binding.md +++ b/docs/docs/key-binding.md @@ -73,7 +73,7 @@ bind -M insert \cr _atuin_search # nu ``` -set-env ATUIN_NOBIND = true +let-env ATUIN_NOBIND = true atuin init nu | save -f ~/.local/share/atuin/init.nu #make sure you created the directory beforehand with `mkdir ~/.local/share/atuin/init.nu` source ~/.local/share/atuin/init.nu |
