From 6f4b41ebfc262edd07f9cf176279861bda00e2af Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 8 Jan 2025 01:18:44 +0100 Subject: [PATCH] feat: ignore ghostty shell for now Signed-off-by: kjuulh --- dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 89eb18b..45db645 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -169,7 +169,7 @@ eval "$(atuin init zsh)" eval "$(/opt/homebrew/bin/mise activate zsh)" if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then - "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration + # "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration fi {{ else }} eval "$(/home/kjuulh/.local/bin/mise activate zsh)"