sh:
    prompt: '>'

bash:
    prompt: '>'

csh:
    prompt: '>'

tcsh:
    prompt: '>'

zsh:
    prompt: '%'

cmd:
    prompt: '$G'
    additional_pathext: ['.PY']

powershell:
    prompt: '> $ '
    additional_pathext: ['.PY']

pwsh:
    prompt: '> $ '
    additional_pathext: ['.PY']
