Changes
- Configurable terminal session termination
/config/term/atexitauto(default) - Stay open if exit code != 0.nothing- Stay open.close- Always quit.restart- Restart session.retry- Restart session if exit code != 0.
<config>
<term>
<atexit = auto /> <!-- auto: Stay open if exit code != 0.
nothing: Stay open.
close: Always quit.
restart: Restart session.
retry: Restart session if exit code != 0. -->
</term>
</config>