Skip to content

Commit b1de452

Browse files
authored
Fix completions folder path (#1979)
1 parent 95ed663 commit b1de452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ The variables that affect Nushell file locations are:
386386

387387
- `$env.XDG_DATA_HOME`: If this environment variable is set, Nushell sets the `$nu.data-dir` constant to this value. The `data-dir` is used in several startup tasks:
388388

389-
- `($nu.data-dir)/nushell/completions` is added to the `$env.NU_LIB_DIRS` search path.
389+
- `($nu.data-dir)/completions` is added to the `$env.NU_LIB_DIRS` search path.
390390
- `($nu.data-dir)/vendor/autoload` is added as the last path in `nu.vendor-autoload-dirs`. Files in this directory will be read after the other vendor-auto-load directories, thus overriding any of their settings.
391391

392392
Note that the directory represented by `$nu.data-dir`, nor any of its subdirectories, are created by default. Creation and use of these directories is up to the user.

0 commit comments

Comments
 (0)