Whether to globally enable shell integration for all supported shells.
Individual shell integrations can be overridden with their respective shell.enable<SHELL>Integration
option. For example, the following declaration globally disables shell integration for Bash:
home.shell.enableBashIntegration = false;