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

1
zshrc
View File

@@ -334,6 +334,7 @@ source "$DOTZSH/nix.zsh"
source "$DOTZSH/restish.zsh"
source "$DOTZSH/tldr.zsh"
source "$DOTZSH/tmux.zsh"
source "$DOTZSH/iterm2.zsh"
source "$DOTZSH/vscode.zsh"
source "$DOTZSH/zoxide.zsh"