mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:06:41 +00:00
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>
8 lines
141 B
Bash
8 lines
141 B
Bash
#
|
|
# iTerm2 environment setup.
|
|
#
|
|
|
|
if [ -f "${HOME}/.iterm2_shell_integration.zsh" ]; then
|
|
source "${HOME}/.iterm2_shell_integration.zsh"
|
|
fi
|