Add fuzzy autocomplete
This commit is contained in:
parent
6194cc14ea
commit
11fe1d8495
2 changed files with 2 additions and 1 deletions
1
home/config.nu
Normal file
1
home/config.nu
Normal file
|
@ -0,0 +1 @@
|
||||||
|
$env.config.completions.algorithm = "fuzzy"
|
|
@ -32,7 +32,7 @@
|
||||||
};
|
};
|
||||||
nushell = {
|
nushell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
configFile.source = ./config.nu;
|
||||||
};
|
};
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Reference in a new issue