Rev 3346 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3346 | Rev 3809 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | #define BUILTIN_ALIASES_H |
2 | #define BUILTIN_ALIASES_H |
| 3 | 3 | ||
| 4 | /* See modules/module_aliases.h for an explanation of this file */ |
4 | /* See modules/module_aliases.h for an explanation of this file */ |
| 5 | 5 | ||
| 6 | char *builtin_aliases[] = { |
6 | char *builtin_aliases[] = { |
| 7 | "chdir", "cd", |
- | |
| 8 | NULL, NULL |
7 | NULL, NULL |
| 9 | }; |
8 | }; |
| 10 | 9 | ||
| 11 | #endif |
10 | #endif |