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