From 1857e4339dd43cb96ab3426800dfd4855bf96a0f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 26 Dec 2024 22:01:30 +0100 Subject: [PATCH] feat: add ghostty Signed-off-by: kjuulh --- dot_zshrc.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 1d8bfd9..89eb18b 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -167,6 +167,10 @@ eval "$(starship init zsh)" eval "$(atuin init zsh)" {{ if .homebrew }} eval "$(/opt/homebrew/bin/mise activate zsh)" + +if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then + "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration +fi {{ else }} eval "$(/home/kjuulh/.local/bin/mise activate zsh)" {{ end }}