Using alias to commands disables its completion

2011-03-24 Thread Gustavo Serra Scalet
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-redhat-linux-gnu' -DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/share/locale' -

Re: Using alias to commands disables its completion

2011-03-27 Thread Gustavo Serra Scalet
First of all, thank you for the quick answer. I wasn't expecting that to be so fast... On 24 March 2011 16:54, Eric Blake wrote: > The lame answer: > > But you can already do this yourself! Write a shell function around > alias, that calls both 'command alias' to do the real work, as well as >