diff --git a/bash_completion b/bash_completion index 5bda7654..fafa88d8 100644 --- a/bash_completion +++ b/bash_completion @@ -2,7 +2,7 @@ # # # @@ -397,7 +397,7 @@ _find() COMPREPLY=( $( compgen -W '0 1 2 3 4 5 6 7 8 9' ) ) return 0 ;; - -?(a)newer|-fls|-fprint?(0|f)) + -?(a)newer|-fls|-fprint?(0|f)|-?(i)?(l)name) COMPREPLY=( $( compgen -f $ncur ) ) return 0 ;; @@ -476,7 +476,7 @@ _find() return 0 } -complete -F _find -o default find +complete -F _find -o filenames find # Linux ifconfig(8) completion #