| 1 | name: zsh |
| 2 | display_name: "Z Shell" |
| 3 | prompt_pattern: '% ' |
| 4 | prompt_set_command: "PS1='%% '" |
| 5 | mode_reset_command: "bindkey -e" |
| 6 | rc_disable: |
| 7 | flags: ["--no-rcs"] |
| 8 | env: |
| 9 | ZDOTDIR: /nonexistent |
| 10 | test_mode_env: {} |
| 11 | history_disable: |
| 12 | env: |
| 13 | HISTFILE: /dev/null |
| 14 | HISTSIZE: "0" |
| 15 | capabilities: |
| 16 | readline: true |
| 17 | vi_mode: true |
| 18 | job_control: true |
| 19 | command_completion: true |
| 20 | programmable_completion: true |
| 21 | coproc: true |
| 22 | arrays: true |
| 23 | associative_arrays: true |
| 24 | suites: |
| 25 | skip: [] |
| 26 | extra: [] |
| 27 |