You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/modules/using_modules.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The path to the module can be:
69
69
Note that the module name (its directory) can end in a `/` (or `\` on Windows), but as with most commands that take a paths (e.g., `cd`), this is completely optional.
70
70
:::
71
71
72
-
::: important Important! Importing modules from `$env.NU_LIB_PATH`
72
+
::: important Important! Importing modules from `$env.NU_LIB_DIRS`
73
73
When importing a module via a relative path, Nushell first searches from the current directory. If a matching module is not found at that location, Nushell then searches each directory in the `$env.NU_LIB_DIRS` list.
74
74
75
75
This allows you to install modules to a location that is easily accessible via a relative path regardless of the current directory.
0 commit comments