mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 07: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
|
||||||
1
zshrc
1
zshrc
@@ -334,6 +334,7 @@ source "$DOTZSH/nix.zsh"
|
|||||||
source "$DOTZSH/restish.zsh"
|
source "$DOTZSH/restish.zsh"
|
||||||
source "$DOTZSH/tldr.zsh"
|
source "$DOTZSH/tldr.zsh"
|
||||||
source "$DOTZSH/tmux.zsh"
|
source "$DOTZSH/tmux.zsh"
|
||||||
|
source "$DOTZSH/iterm2.zsh"
|
||||||
source "$DOTZSH/vscode.zsh"
|
source "$DOTZSH/vscode.zsh"
|
||||||
source "$DOTZSH/zoxide.zsh"
|
source "$DOTZSH/zoxide.zsh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user