All Questions
1 question
7
votes
1
answer
1k
views
How to extend bash-completion with the already exist completion in another file?
For example, there is bash-completion for rar on linux, I want to extend, make more completions for the same command - rar, maybe for my own filename extension, but I don't want to touch the already ...