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