It will be nice if we can make completion work for aliases too. I.e. ``` function g; git $argv; end completion -c g --alias git ``` And now everything that will be completed in `git <tab>` will work also in `g <tab>`.