Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).




Comment on lines +62 to +65
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. I think I had this change staged and forgot about it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If something needs to be changed, just throw up another PR please.

2 changes: 1 addition & 1 deletion book/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion zh-CN/book/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

### 颜色配置部分
Expand Down