diff options
Diffstat (limited to 'completions/bfs.bash')
-rw-r--r-- | completions/bfs.bash | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/completions/bfs.bash b/completions/bfs.bash index 2f52e8d..0dd39f4 100644 --- a/completions/bfs.bash +++ b/completions/bfs.bash @@ -18,6 +18,7 @@ _bfs() { -fstype -gid -group + -j -ok -okdir -regextype @@ -31,12 +32,14 @@ _bfs() { # (e.g. because they are numeric, glob, regexp, time, etc.) local nocomp=( -{a,B,c,m}{min,since,time} + -context -ilname -iname -inum -ipath -iregex -iwholename + -limit -links -lname -maxdepth @@ -94,10 +97,9 @@ _bfs() { -depth -follow -ignore_readdir_race - -maxdepth - -mindepth -mount -nocolor + -noerror -noignore_readdir_race -noleaf -nowarn |