Bump minimum nushell version
This commit is contained in:
parent
1809333be6
commit
d3b4a33463
|
|
@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Nushell: support for v0.86.0.
|
- Nushell: support for v0.89.0.
|
||||||
|
|
||||||
## [0.9.2] - 2023-08-04
|
## [0.9.2] - 2023-08-04
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -243,7 +243,7 @@ zoxide can be installed in 4 easy steps:
|
||||||
> ```
|
> ```
|
||||||
>
|
>
|
||||||
> **Note**
|
> **Note**
|
||||||
> zoxide only supports Nushell v0.86.0+.
|
> zoxide only supports Nushell v0.89.0+.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ Now, add this to the \fBend\fR of your config file (find it by running
|
||||||
\fBsource ~/.zoxide.nu\fR
|
\fBsource ~/.zoxide.nu\fR
|
||||||
.fi
|
.fi
|
||||||
.sp
|
.sp
|
||||||
Note: zoxide only supports Nushell v0.86.0+.
|
Note: zoxide only supports Nushell v0.89.0+.
|
||||||
.TP
|
.TP
|
||||||
.B powershell
|
.B powershell
|
||||||
Add this to the \fBend\fR of your config file (find it by running \fBecho
|
Add this to the \fBend\fR of your config file (find it by running \fBecho
|
||||||
|
|
|
||||||
|
|
@ -86,4 +86,4 @@ alias {{cmd}}i = __zoxide_zi
|
||||||
#
|
#
|
||||||
# source ~/.zoxide.nu
|
# source ~/.zoxide.nu
|
||||||
#
|
#
|
||||||
# Note: zoxide only supports Nushell v0.86.0+.
|
# Note: zoxide only supports Nushell v0.89.0+.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue