blob: 4be2f98214f6e37f856af277a53de948aec25365 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
name: "alias"
category: "General"
description: |
Create and manage command aliases.
Usage: alias - List all aliases
alias <name> <cmd> - Create an alias (e.g. alias k kill)
unalias <name> - Remove an alias
Aliases are account-wide and shared by all your characters. They
support argument passthrough: "alias k kill" means "k man" expands
to "kill man".
Aliases resolve before built-in commands. An alias can shadow an
existing command name.
|