I'm sure I've done this before, halting a default identifier. Or was that just a command alias?

Say for example i want to haltdef the $ignore identifier, wouldn't i just

Code:
alias ignore {
  haltdef
  return testing
}


* Scorpwanna scratches head..