it2 profile shell-integration enable
Enable automatic shell integration for a profile
Synopsis
it2 profile shell-integration enable [profile-name] [flags]
Description
Enable automatic shell integration loading for a profile.
When enabled, new sessions using this profile will automatically load
shell integration when the shell starts.
Note: This only affects new sessions. For existing sessions, you need to
manually install shell integration or restart the session.
Examples:
Enable for current session's profile
$ it2 profile shell-integration enable
Enable for specific profile
$ it2 profile shell-integration enable "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 disable - Disable automatic shell integration for a profile
- it2 profile shell-integration status - Check if shell integration is enabled for a profile