name: bash display_name: "GNU Bash" prompt_pattern: '\$ ' prompt_set_command: "PS1='$ '" mode_reset_command: "set -o emacs" rc_disable: flags: ["--norc", "--noprofile"] env: BASH_ENV: "" test_mode_env: {} history_disable: env: HISTFILE: /dev/null HISTSIZE: "0" capabilities: readline: true vi_mode: true job_control: true command_completion: true programmable_completion: true coproc: true arrays: true associative_arrays: true suites: skip: [] extra: []