To counteract this behavior, run it with a space after it. For instance, I have an alias like this:
<br></br>
alias sudo='sudo '<br></br>
That way, whenever you type sudo, you are actually adding that extra space which enables aliases to be expanded in your current env!!!!
More here!