shell.aliases
From ComputerCraft Wiki
| Returns a table containing the default aliases and any user-specified aliases. The key of each entry is the 'alias name', and the value the physical program. | |
| Syntax | shell.aliases() |
| Returns | A table containing default and user-specified program aliases. |
| Part of | ComputerCraft |
| API | Shell |