| 1 | name: fortsh |
| 2 | display_name: "Fortran Shell" |
| 3 | prompt_pattern: '> ' |
| 4 | prompt_set_command: "PS1='> '" |
| 5 | mode_reset_command: "set -o emacs" |
| 6 | rc_disable: |
| 7 | flags: [] |
| 8 | env: |
| 9 | FORTSH_RC_FILE: /dev/null |
| 10 | test_mode_env: |
| 11 | FORTSH_MINIMAL_ECHO: "1" |
| 12 | FORTSH_TEST_MODE: "1" |
| 13 | history_disable: |
| 14 | env: |
| 15 | HISTFILE: /dev/null |
| 16 | capabilities: |
| 17 | readline: true |
| 18 | vi_mode: true |
| 19 | job_control: true |
| 20 | command_completion: true |
| 21 | programmable_completion: true |
| 22 | coproc: true |
| 23 | arrays: true |
| 24 | associative_arrays: false |
| 25 | suites: |
| 26 | skip: [] |
| 27 | extra: |
| 28 | - "builtins/extended/fortsh" |
| 29 |