Bug#669618: bash-completion should autocomplete bash alias as well

2014-07-19 Thread Michael Schuerig
I just stumbled on the same problem and after some experimentation, I'm sourcing a modified completion loader at the end of my .bashrc (specifically after the original completion code is loaded). _custom_completion_loader() { local cmd="${1##*/}" local cmdt=$(type -t "$1") local com

Bug#669618: bash-completion should autocomplete bash alias as well

2013-10-09 Thread Reuben Thomas
Package: bash-completion Version: 1:2.0-1ubuntu3 Followup-For: Bug #669618 A related problem is that aliasing an existing command stops bash-completion working. For example, I had: alias make=colormake And that stops bash-completion from working for either make or colormake. The code that gets b

Bug#669618: bash-completion should autocomplete bash alias as well

2012-04-20 Thread afuentes
Package: bash-completion Version: 1:1.99-3 Severity: wishlist Tags: upstream i think is wanted and feasible to make bash-completion to autocomplete something like alias aptinstall='apt-get install' just in the same way it would autocomplete in bash shell after typing those words either buildin