diff --git a/README.md b/README.md index 40ba987cbff..2cbc4b08c42 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,7 @@ After installing, launch Nu by typing `nu`. Join us [on Discord](https://discord.gg/NtAbbGn) if you have any questions about Nu! You can help improve this site by [giving us feedback](https://github.com/nushell/nushell.github.io/issues) or [sending a PR](https://github.com/nushell/nushell.github.io/pulls). + + + + diff --git a/book/configuration.md b/book/configuration.md index b3a668188d7..ee0715a2fe4 100644 --- a/book/configuration.md +++ b/book/configuration.md @@ -101,8 +101,8 @@ These are some important variables to look at for Nushell-specific settings: The ([`config nu`](/commands/docs/config_nu.md) and [`config env`](/commands/docs/config_env.md)) commands open their respective configurations for quick editing in your preferred text editor or IDE. Nu determines your editor from the following environment variables in order: 1. `$env.config.buffer_editor` -2. `$env.EDITOR` 3. `$env.VISUAL` +2. `$env.EDITOR` ### Color Config Section diff --git a/zh-CN/book/configuration.md b/zh-CN/book/configuration.md index 3bcfdd826ac..ec4fef25d92 100644 --- a/zh-CN/book/configuration.md +++ b/zh-CN/book/configuration.md @@ -58,8 +58,8 @@ _(尽管 `$env.config` 是一个环境变量,按照惯例它仍然在 `config. Nushell 遵循如下的规则来匹配编辑器: 1. `$config.buffer_editor` -2. `$env.EDITOR` 3. `$env.VISUAL` +2. `$env.EDITOR` 4. 如果上面都未匹配成功,则针对 Windows 运行`notepad`, 其他系统`nano` ### 颜色配置部分