another quick one. again, don't know if I am missing something
alias spacetest {
echo -s firstbit $space
}
alias space {
return $+ next
}
I'd like /spacetest to echo "firstbitnext" in status
so the identifier parses the $+ in "spacetest"
what it actually does is try to run commend "/returnnext"