only show fastfetch in WezTerm

This commit is contained in:
pfych 2025-05-12 15:17:09 +10:00
parent dd3e3a8334
commit f4640016ff

View file

@ -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