Just curious if there is a way to do this. I didn't see anything in the docs, so ...
Let's say I have a couple of commands defined: a and b. If I want to define an alias to perform both of these command with an alias, how would I do that?
alias create c a;b or something like that (this doesn't work, btw, or didn't for me), hence, the question. Is there a way to do this?
Thanks!