Just the return will override the internal identifier...
alias ignore return testing
alias sound {
return testing
}
Shouldn't that override the $sound identifier? Doesn't for me

.
edit:
Oh, crap

. the $sound one was what I was trying to override. Sucks... Thanks anyways.