support for getent and rpm --eval, better rpm backup file avoidance, lzma support. - Patch/unpatch to fix gzip and bzip2 options completion. - Patch to add --rsyncable to gzip options completion. - Add and trigger-install support for lzop. - Associate *.sqlite with sqlite3.
12 lines
549 B
Diff
12 lines
549 B
Diff
diff -up bash_completion/bash_completion~ bash_completion/bash_completion
|
|
--- bash_completion/bash_completion~ 2006-03-01 18:20:18.000000000 +0200
|
|
+++ bash_completion/bash_completion 2008-09-07 13:33:40.000000000 +0300
|
|
@@ -115,6 +115,7 @@ complete -f -X '!*.@(sxd|std|sda|sdd|odg
|
|
complete -f -X '!*.@(sxm|smf|mml|odf)' oomath
|
|
complete -f -X '!*.odb' oobase
|
|
complete -f -X '!*.rpm' rpm2cpio
|
|
+complete -f -X '!*.sqlite' sqlite3
|
|
# FINISH exclude -- do not remove this line
|
|
|
|
# start of section containing compspecs that can be handled within bash
|