| 1 | name: ksh |
| 2 | display_name: "Korn Shell" |
| 3 | prompt_pattern: '\$ ' |
| 4 | prompt_set_command: "PS1='$ '" |
| 5 | mode_reset_command: "set -o emacs" |
| 6 | rc_disable: |
| 7 | flags: [] |
| 8 | env: |
| 9 | ENV: "" |
| 10 | test_mode_env: {} |
| 11 | history_disable: |
| 12 | env: |
| 13 | HISTFILE: /dev/null |
| 14 | capabilities: |
| 15 | readline: true |
| 16 | vi_mode: true |
| 17 | job_control: true |
| 18 | command_completion: true |
| 19 | programmable_completion: false |
| 20 | coproc: true |
| 21 | arrays: true |
| 22 | associative_arrays: true |
| 23 | suites: |
| 24 | skip: [] |
| 25 | extra: [] |
| 26 |