Fix nu section in key-bindings.md - set-env -> let-env#1074
Conversation
I don't think `set-env` exists 🤔 ``` ❯ : set-env ATUIN_NOBIND = true Error: nu::shell::external_command × External command failed ╭─[entry atuinsh#6:1:1] 1 │ set-env ATUIN_NOBIND = true · ───┬─── · ╰── did you mean 'let-env'? ╰──── help: No such file or directory (os error 2) ```
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Can you triple check what version of nu you are running? Other has nu made yet another breaking change 😭? |
I'm running |
ellie
left a comment
There was a problem hiding this comment.
Also couldn't find anything about a breaking change, but this is at least presently correct
|
Oh, this is only in our readme? I guess I never tested that personally and I assume it was a typo from the beginning. Our init script has used let-env for a while |
|
Yeah I guess it must have been a typo from day one! |
…uinsh#1074) I don't think `set-env` exists 🤔 ``` ❯ : set-env ATUIN_NOBIND = true Error: nu::shell::external_command × External command failed ╭─[entry atuinsh#6:1:1] 1 │ set-env ATUIN_NOBIND = true · ───┬─── · ╰── did you mean 'let-env'? ╰──── help: No such file or directory (os error 2) ```
I don't think
set-envexists 🤔