Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ let asdf_data_dir = (
$env.ASDF_DATA_DIR
}
)
. "$asdf_data_dir/completions/nushell.nu"
source "$asdf_data_dir/completions/nushell.nu"
Comment thread
Stratus3D marked this conversation as resolved.
```
Comment on lines 298 to 301

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kuchta can you update the other references copilot found?


:::
Expand Down
2 changes: 1 addition & 1 deletion docs/ja-jp/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ let asdf_data_dir = (
$env.ASDF_DATA_DIR
}
)
. "$asdf_data_dir/completions/nushell.nu"
source "$asdf_data_dir/completions/nushell.nu"
```

:::
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-hans/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ let asdf_data_dir = (
$env.ASDF_DATA_DIR
}
)
. "$asdf_data_dir/completions/nushell.nu"
source "$asdf_data_dir/completions/nushell.nu"
```

:::
Expand Down
2 changes: 1 addition & 1 deletion internal/completions/asdf.nushell
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ module asdf {

}

use asdf *
export use asdf *