Commit cc02f94
committed
Stop recommending adding
I didn't realize that plugin registration is persisted between runs of
nushell in the `plugin.nu` config file (`$nu.plugin-path`)
Because of this, `register` really only needs to be run when you install
or update the plugin.
Adding plugin registrations to `config.nu` leads to longer startup times
and is probably best avoidedregister to config.nu1 parent 35572e2 commit cc02f94
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments