From 495c5d5348ab535a5258e33ffe111bf33d9ab2c3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 8 Sep 2016 11:52:33 +1200 Subject: Add .gpg files to text file skips --- bash/bash_completion.d/_text_filenames.bash | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bash') 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) ;; -- cgit v1.2.3