He's not calling the alias from within the alias, he's putting it in a timer, which will call that alias 10 seconds later. There are more occasions where you can call the same command in the same alias, filter with -k flag comes to mind, or any custom alias that you script which overrides an internal command.

alias echo {
echo -a lol
}



Gone.