Recent change (aliases)

Author:Dáin
Date:Tue Oct 14 20:43:43 2025
Id:2784
The alias command was changed a bit.

To delete an alias you now have to type alias <word> delete.

alias <word> will instead show the alias.

alias <word> edit will let you edit the alias in a text editor. Multiple lines will result in a multi-command alias.

Use alias <word> set <expansion> to force <expansion> to be treated as an expansion instead of one of the special delete, edit, etc. words.

Also, if you create an alias named at-login, that alias will be automatically run as you enter the game:

  > alias at-login stat

… will always run stat as you login.

Similarly, an alias named at-reconnect will automatically run when you reconnect.

See help alias or alias ? for more information.