Alter Aeon Help Page Search
Click here to view a random selection from the help system.
Click here to return to the main help index.
Search results for 'alias example4 examples'
Keywords are: 'alias example4 examples'
This alias handles eqsets.
First we find the name of our eqset. For this example, well call it 'hitset'.
Let's the alias 'hst':
alias create hst
eqset wear hitset@
@
You can see the finished alias with by typing 'alias show hst'
------------------------------
eqset wear hitset
------------------------------
We can also make a universal alias for handling eqsets:
alias create weq
eqset wear $*@
@
------------------------------
eqset wear $*
------------------------------
You would just type weq hitset to put on the hitset eqset from the first example.