nushell completions
This commit is contained in:
14
nushell/modules/pj_completions.nu
Normal file
14
nushell/modules/pj_completions.nu
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user