feat(zsh): add iTerm2 shell integration support

Source iTerm2 shell integration script when available, enabling
features like marks, badges, and status bar integration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 17:47:44 +00:00
parent c83cd5e62b
commit 051731d110
2 changed files with 8 additions and 0 deletions

7
zsh/iterm2.zsh Normal file
View File

@@ -0,0 +1,7 @@
#
# iTerm2 environment setup.
#
if [ -f "${HOME}/.iterm2_shell_integration.zsh" ]; then
source "${HOME}/.iterm2_shell_integration.zsh"
fi