diff --git a/chezmoi/dot_zshrc b/chezmoi/dot_zshrc index 69eeb7f..d54742c 100644 --- a/chezmoi/dot_zshrc +++ b/chezmoi/dot_zshrc @@ -36,3 +36,7 @@ eval "$(starship init zsh)" if command -v bat &> /dev/null; then alias -- cat=bat fi + +if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then + source "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration +fi