nushell completions

This commit is contained in:
2026-02-02 20:33:39 +08:00
parent 0f9b528471
commit 1af9a937d8
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
export-env {
$env.config = {
completions: {
quick: true
partial: true
algorithm: "fuzzy"
case_sensitive: false
external: {
enable: true
max_results: 100
}
}
}
}