We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced585b commit 7ac1d36Copy full SHA for 7ac1d36
cookbook/modules.md
@@ -39,7 +39,7 @@ Here we'll create a simple completion module with a submodule dedicated to some
39
```
40
41
4. Add `export module git.nu` to `mod.nu`
42
-5. Add the parent of the `completions` directory to your NU_LIB_DIRS inside `env.nu`
+5. Add the parent of the `completions` directory to your `NU_LIB_DIRS` inside `env.nu`
43
44
```nu
45
$env.NU_LIB_DIRS = [
0 commit comments