Files
profile/.rc.d/iterm2.sh
2024-09-24 12:24:20 -07:00

7 lines
178 B
Bash

function {
local script_path="$HOME/.iterm2_shell_integration.zsh"
if [ "$TERM_PROGRAM" = "iTerm.app" -a -e "$script_path" ]; then
source "$script_path"
fi
}