From 0d8a50e8bdbfb9bb2c27fb423da9694e92761e47 Mon Sep 17 00:00:00 2001 From: alvinlollo Date: Sun, 3 May 2026 22:08:45 +1000 Subject: [PATCH] Added ghostty intergration --- configs/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/.zshrc b/configs/.zshrc index 79bbcb7..68b0caf 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -10,6 +10,11 @@ if [[ -f "/home/linusbrew/.linuxbrew/bin/brew" ]]; then eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv zsh)" fi +# Ghostty (If exists) +if [ -n "${GHOSTTY_RESOURCES_DIR}" ]; then + builtin source "${GHOSTTY_RESOURCES_DIR}/shell-integration/bash/ghostty.bash" +fi + # Path to your oh-my-zsh installation. export ZSH=~/.oh-my-zsh