Skip to content

Commit c39efa0

Browse files
authored
Change to an actual link in last blog post (#1070)
Seems like vuepress doesn't autoconvert them
1 parent 389398e commit c39efa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

blog/2023-09-19-nushell_0_85_0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ a lot better when it comes to errors.
172172
In this release, [@dead10ck](https://github.com/dead10ck) made it possible to use Nushell in Termux
173173
([#10013](https://github.com/nushell/nushell/pull/10013)) and fixed a bug on Android
174174
([#10225](https://github.com/nushell/nushell/pull/10225)).
175+
175176
## Improved history isolation
176177
::: warning Breaking change
177178
See a full overview of the [breaking changes](#breaking-changes)
@@ -182,7 +183,8 @@ However, the former implementation had the disadvantage that it also blocked acc
182183
It also didn't isolate hints.
183184
This is now fixed with [!10402](https://github.com/nushell/nushell/pull/10402) by [@Hofer-Julian](https://github.com/Hofer-Julian).
184185
Since this was merged shortly before the release, this feature isn't the default yet.
185-
The `file_format` has to be changed to `"sqlite"` and `isolation` has to be set to `true`: https://github.com/nushell/nushell/blob/39d93b536a02c95c263925a47b9e4c34587ce021/crates/nu-utils/src/sample_config/default_config.nu#L202.
186+
The `file_format` has to be changed to `"sqlite"` and `isolation` has to be set to `true`.
187+
You can find those in the [config file](https://github.com/nushell/nushell/blob/39d93b536a02c95c263925a47b9e4c34587ce021/crates/nu-utils/src/sample_config/default_config.nu#L202) under `$nu.config-path`.
186188
Please test this so we can fix problems before history isolation becomes the default.
187189

188190
## Enhancing the documentation

0 commit comments

Comments
 (0)