diff --git a/.config/zsh/shared.sh b/.config/zsh/shared.sh index fa6103e..408819e 100644 --- a/.config/zsh/shared.sh +++ b/.config/zsh/shared.sh @@ -34,4 +34,7 @@ alias a=fuck # Load extra functions source "$CONFIGDIR/scripts/scripts.sh" -fastfetch; +# Show fastfetch +if [ "$TERM_PROGRAM" = "WezTerm" ]; then + fastfetch; +fi