Archived
1
0
Fork 0

Add fuzzy autocomplete

This commit is contained in:
Ethan Reece 2025-07-01 16:53:06 -05:00
parent 6194cc14ea
commit 11fe1d8495
Signed by: me
GPG key ID: 03E0DD19D648C768
2 changed files with 2 additions and 1 deletions

1
home/config.nu Normal file
View file

@ -0,0 +1 @@
$env.config.completions.algorithm = "fuzzy"

View file

@ -32,7 +32,7 @@
};
nushell = {
enable = true;
configFile.source = ./config.nu;
};
starship = {
enable = true;