aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/_text_filenames.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-22 11:17:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-22 11:17:45 +1200
commitc1c793d911ff03b32a76efeff876bf5672c6c3f7 (patch)
treee841f65589417d3419f95f187b847b5ba734acd5 /bash/bash_completion.d/_text_filenames.bash
parentMerge branch 'release/v1.57.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-c1c793d911ff03b32a76efeff876bf5672c6c3f7.tar.gz
dotfiles-c1c793d911ff03b32a76efeff876bf5672c6c3f7.zip
Merge branch 'release/v1.58.0'v1.58.0
* release/v1.58.0: Bump VERSION Fix SSHFP/TLSA record highlighting in bindzone.vim Add .m4a to text filenames completion skips
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 7f3bb0e4..a9d767b7 100644
--- a/bash/bash_completion.d/_text_filenames.bash
+++ b/bash/bash_completion.d/_text_filenames.bash
@@ -38,8 +38,8 @@ _text_filenames() {
*.AVI|*.GIFV|*.MKV|*.MOV|*.MPG|*.RM|*.WEBM) ;;
# Lossy audio file formats
- *.au|*.mp[34]|*.ogg|*.snd|*.wma) ;;
- *.AU|*.MP[34]|*.OGG|*.SND|*.WMA) ;;
+ *.au|*.m4a|*.mp[34]|*.ogg|*.snd|*.wma) ;;
+ *.AU|*.M4A|*.MP[34]|*.OGG|*.SND|*.WMA) ;;
# Lossless/source audio file formats
*.aup|*.flac|*.mid|*.h2song|*.nwc|*.s3m|*.wav) ;;