aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/_text_filenames.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash_completion.d/_text_filenames.bash')
-rw-r--r--bash/bash_completion.d/_text_filenames.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bash_completion.d/_text_filenames.bash b/bash/bash_completion.d/_text_filenames.bash
index 577d082a..37684fdf 100644
--- a/bash/bash_completion.d/_text_filenames.bash
+++ b/bash/bash_completion.d/_text_filenames.bash
@@ -66,8 +66,8 @@ _text_filenames() {
# Other known binary extensions
# (I haven't included .com; on UNIX, that's more likely to be
# something I saved from a website and named after the domain)
- *.a|*.dat|*.drv|*.exe|*.o|*.torrent|*.wad|*.rom) ;;
- *.A|*.DAT|*.DRV|*.EXE|*.O|*.TORRENT|*.WAD|*.ROM) ;;
+ *.a|*.drv|*.exe|*.o|*.torrent|*.wad|*.rom) ;;
+ *.A|*.DRV|*.EXE|*.O|*.TORRENT|*.WAD|*.ROM) ;;
# Complete everything else; some of it will still be binary
*) COMPREPLY[${#COMPREPLY[@]}]=$item ;;