From 6daa0849e2e219248a8836465a90acb73306ad6e Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Tue, 26 May 2020 07:38:59 +0900 Subject: [PATCH] Update ffind completion --- src/_ffind | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_ffind b/src/_ffind index c9a05a0..92cb30b 100644 --- a/src/_ffind +++ b/src/_ffind @@ -42,6 +42,7 @@ _arguments -C \ '--nosymlinks[do not follow symlinks]' \ '--hidden[do not ignore hidden directories]' \ '-c[force case sensitive]' \ + '-i[force case insensitive]' \ '--delete[delete files found]' \ '--exec[execute the given command with the file found]:command:_command_names' \ '--module[execute the given module with the file found]:module_name args:' \