From f4640016ff12ac9231f69f17b73c1eb74f989442 Mon Sep 17 00:00:00 2001 From: pfych Date: Mon, 12 May 2025 15:17:09 +1000 Subject: [PATCH] only show fastfetch in WezTerm --- .config/zsh/shared.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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