diff --git a/Completion/User/_find b/Completion/User/_find index 9c71c2bf1..0dbdd8031 100644 --- a/Completion/User/_find +++ b/Completion/User/_find @@ -13,7 +13,7 @@ elif [[ CURRENT -eq 2 ]]; then local ret=1 compgen -g '. ..' && ret=0 - _files -g '(-/)' && ret=0 + _files -g '*(-/)' && ret=0 return ret elif [[ "$prev" = -((a|c|)newer|fprint(|0|f)) ]]; then