aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEthan Brierley <ethanboxx@gmail.com>2023-06-26 08:27:24 +0100
committerGitHub <noreply@github.com>2023-06-26 08:27:24 +0100
commit0ca72ee01ae0ba44df64c903326ad7d14f302a16 (patch)
tree72452f424ce0954a978128c113beb99ba4704dce /docs
parentrecord encryption (#1058) (diff)
downloadatuin-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) ```
Diffstat (limited to '')
-rw-r--r--docs/docs/key-binding.md2
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