.: Help for alias The alias command lets you create shortcuts for commands you use often. The name goes left of the equals sign, the replacement goes right. Usage: alias List all aliases, including defaults. alias name=value Create a custom alias. alias name= Clear an alias. Examples: alias ms=cast mind-spike Now typing ms will cast mind-spike. alias aa=attack Now typing aa will attack your current target. alias hw=cast heal warrior Now typing hw will heal a player named warrior. alias ms= Clears the ms alias. Aliases persist across sessions. Do not use brackets or quotes around the name or value — just plain text. See also: help macros, help set