aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bash_completion.d/_text_filenames.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/bash_completion.d/_text_filenames.bash b/bash/bash_completion.d/_text_filenames.bash
index 43de9607..34aa1145 100644
--- a/bash/bash_completion.d/_text_filenames.bash
+++ b/bash/bash_completion.d/_text_filenames.bash
@@ -55,6 +55,10 @@ _text_filenames() {
*.bz2|*.cab|*.deb|*.gz|*.lzm|*.pack|*.tar|*.xz|*.zip) ;;
*.BZ2|*.CAB|*.DEB|*.GZ|*.LZM|*.PACK|*.TAR|*.XZ|*.ZIP) ;;
+ # Encrypted file formats
+ *.gpg) ;;
+ *.GPG) ;;
+
# Filesystems/disk images
*.bin|*.cue|*.hdf|*.img|*.iso|*.mdf|*.raw) ;;
*.BIN|*.CUE|*.HDF|*.IMG|*.ISO|*.MDF|*.RAW) ;;