Skip to content

Commit f120ecf

Browse files
authored
Update 2025-04-29-nushell_0_104_0.md
replace plugin register with plugin add
1 parent 6893bc5 commit f120ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-04-29-nushell_0_104_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Example:
204204

205205
### The executable directory is now added to `$NU_PLUGIN_DIRS` by default [[toc](#table-of-contents)]
206206

207-
Many distributions (including our binary distributions) place plugins in the same directory as the Nushell executable. With [#15380](https://github.com/nushell/nushell/pull/15380) from [@NotTheDr01ds](https://github.com/NotTheDr01ds), plugins in this type of environment will now work out-of-the-box using `plugin register`.
207+
Many distributions (including our binary distributions) place plugins in the same directory as the Nushell executable. With [#15380](https://github.com/nushell/nushell/pull/15380) from [@NotTheDr01ds](https://github.com/NotTheDr01ds), plugins in this type of environment will now work out-of-the-box using `plugin add`.
208208

209209
### `env-conversions` helpers added to the standard library [[toc](#table-of-contents)]
210210

0 commit comments

Comments
 (0)