alias test {
if ($1 == blah) { echo -a $1 }
if ($1 == blah ) { echo -a $1 }
}