From 8ecd511397c1690e44c2082865f2019e5353a4ea Mon Sep 17 00:00:00 2001 From: shokinn Date: Thu, 12 Jun 2025 14:36:55 +0200 Subject: [PATCH] add iterm2 integration --- dotfiles/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 647a40c..dd8ab31 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -198,6 +198,8 @@ export DYLD_FALLBACK_LIBRARY_PATH="${HOMEBREW_PREFIX}/lib" if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' fi + +test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" {%@@ endif @@%} # Functions (or more complex aliases)