diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-10 10:10:51 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-10 13:15:49 -0400 |
commit | 8f6b0c1b360f2fea3f7f6563808513cbdd51df80 (patch) | |
tree | c90846bd2b002904d2e2534baa7c78189c7ff476 /completions/bfs.bash | |
parent | c0cbaab04b3d37a1786f04018eb6226359291031 (diff) | |
download | bfs-8f6b0c1b360f2fea3f7f6563808513cbdd51df80.tar.xz |
Implement -context
Closes: https://github.com/tavianator/bfs/issues/27
Diffstat (limited to 'completions/bfs.bash')
-rw-r--r-- | completions/bfs.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bfs.bash b/completions/bfs.bash index 816f1ec..6fd82c8 100644 --- a/completions/bfs.bash +++ b/completions/bfs.bash @@ -32,6 +32,7 @@ _bfs() { # (e.g. because they are numeric, glob, regexp, time, etc.) local nocomp=( -{a,B,c,m}{min,since,time} + -context -ilname -iname -inum |