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:🐚: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)
```
This commit is contained in:
Ethan Brierley 2023-06-26 08:27:24 +01:00 committed by GitHub
parent 6c53242b64
commit 0ca72ee01a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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