Skip to content

Allow argument substitution in aliases

colette requested to merge alias-argh into master
$ alias gimme "addfile $1;skin $2"
$ gimme bonuschars.kart blaze

Not tested very well. I did this on a whim and something might break horrifically. 9 parameter limit because honestly, if you need more than that you should probably reconsider your aliases.

Merge request reports