Suppose I have:
alias gg=\"git grep\"
then stuff like:
gg \"int x\"
works, but
gg int x
gg() { git grep "$*"; }