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