From 04fef46524eae8a871533ae643e4498c62e2f8d0 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Sun, 26 Jan 2025 10:00:00 -0500 Subject: [PATCH] 2025-01-26 --- zsh_config/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh_config/zshrc b/zsh_config/zshrc index be4c992..7f4f59f 100644 --- a/zsh_config/zshrc +++ b/zsh_config/zshrc @@ -25,6 +25,6 @@ source <(ng completion script) # Prevent "You have new mail" message clear -if [ "$TERM_PROGRAM" != "zed" ]; then +if [ "$TERM_PROGRAM" = "ghostty" ]; then fastfetch fi