From b106d384e7f21e4b94c8c9cd0afa400a99c9efa6 Mon Sep 17 00:00:00 2001 From: Juhan280 Date: Fri, 13 Feb 2026 17:48:16 +0600 Subject: [PATCH] disble filtering --- templates/nushell.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/nushell.txt b/templates/nushell.txt index cefa049..4ea1ad6 100644 --- a/templates/nushell.txt +++ b/templates/nushell.txt @@ -63,6 +63,7 @@ module zoxide_integration { { options: { sort: false, + filter: false, case_sensitive: false, completion_algorithm: "substring", }