mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
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:
7
zsh/iterm2.zsh
Normal file
7
zsh/iterm2.zsh
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# iTerm2 environment setup.
|
||||
#
|
||||
|
||||
if [ -f "${HOME}/.iterm2_shell_integration.zsh" ]; then
|
||||
source "${HOME}/.iterm2_shell_integration.zsh"
|
||||
fi
|
||||
Reference in New Issue
Block a user