diff options
Diffstat (limited to 'bash_completion')
-rw-r--r-- | bash_completion | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bash_completion b/bash_completion index 9b63059a..5ee3939f 100644 --- a/bash_completion +++ b/bash_completion @@ -2,7 +2,7 @@ # bash_completion - programmable completion functions for bash 3.2+ # # Copyright © 2006-2008, Ian Macdonald <ian@caliban.org> -# © 2009-2010, Bash Completion Maintainers +# © 2009-2011, Bash Completion Maintainers # <bash-completion-devel@lists.alioth.debian.org> # # This program is free software; you can redistribute it and/or modify @@ -122,6 +122,7 @@ complete -f -X '!*.[Hh][Rr][Bb]' hbrun complete -f -X '!*.ly' lilypond ly2dvi complete -f -X '!*.@(dif?(f)|?(d)patch)?(.@([gx]z|bz2|lzma))' cdiff complete -f -X '!*.lyx' lyx +complete -f -X '!@(*.@(ks|jks|jceks|p12|pfx|bks|ubr|gkr|cer|crt|cert|p7b|pkipath|pem|p10|csr|crl)|cacerts)' portecle # FINISH exclude -- do not remove this line # start of section containing compspecs that can be handled within bash |