Alias » History » Version 4
Per Amundsen, 02/08/2014 01:19 AM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | */alias [filename] <aliasname> <command>* |
||
| 4 | |||
| 5 | Add/remove/replace any single line alias. |
||
| 6 | |||
| 7 | 4 | Per Amundsen | This will replace the first matching alias with the new command. |
| 8 | 3 | Per Amundsen | <pre> |
| 9 | /alias /hello /me says hello |
||
| 10 | </pre> |
||
| 11 | |||
| 12 | To remove an existing alias: |
||
| 13 | <pre> |
||
| 14 | /alias /hello |
||
| 15 | </pre> |
||
| 16 | |||
| 17 | If you want to add/remove/replace a alias in an existing file, use: |
||
| 18 | <pre> |
||
| 19 | /alias hello.txt /alias /me says hello |
||
| 20 | </pre> |
||
| 21 | |||
| 22 | If no filename is specified it will use the first match or the first loaded alias file. |