From 6d7bc5784496ce51bb77637ade5f3b8348d5b7cc Mon Sep 17 00:00:00 2001 From: pfych Date: Wed, 30 Apr 2025 21:55:39 +1000 Subject: [PATCH] Random files? --- .config/zsh/shared.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/zsh/shared.sh b/.config/zsh/shared.sh index 09234e5..fa6103e 100644 --- a/.config/zsh/shared.sh +++ b/.config/zsh/shared.sh @@ -34,7 +34,4 @@ alias a=fuck # Load extra functions source "$CONFIGDIR/scripts/scripts.sh" -# The Funny -if [ $LINES > 30 ] && [ $COLUMNS > 70 ]; then - fastfetch; -fi +fastfetch;