12 lines
580 B
Diff
12 lines
580 B
Diff
diff -Naur a/bash_completion b/bash_completion
|
|
--- a/bash_completion 2011-02-06 20:16:00.000000000 +0100
|
|
+++ b/bash_completion 2011-09-04 09:24:24.192387001 +0200
|
|
@@ -124,6 +124,7 @@
|
|
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
|
|
complete -f -X '!*.@(mp[234c]|og[ag]|@(fl|a)ac|m4[abp]|spx|tta|w?(a)v|wma|aif?(f)|asf|ape)' kid3 kid3-qt
|
|
+complete -f -X '!*' sh
|
|
# FINISH exclude -- do not remove this line
|
|
|
|
# start of section containing compspecs that can be handled within bash
|