it2 profile shell-integration disable
Disable automatic shell integration for a profile
Synopsis
it2 profile shell-integration disable [profile-name] [flags]
Description
Disable automatic shell integration loading for a profile.
When disabled, new sessions using this profile will not automatically
load shell integration.
Note: This only affects new sessions. Existing sessions that already
have shell integration loaded will continue to use it.
Examples:
Disable for current session's profile
$ it2 profile shell-integration disable
Disable for specific profile
$ it2 profile shell-integration disable "My Profile"
Options
-
--format(default "table") - Output format (table|json|yaml|text)
-
--timeout(default "5s") - Command timeout
-
--url(default "ws://localhost:1912") - iTerm2 WebSocket URL
See Also
- it2 profile shell-integration - Manage automatic shell integration for profiles
- it2 profile shell-integration enable - Enable automatic shell integration for a profile
- it2 profile shell-integration status - Check if shell integration is enabled for a profile