This commit is contained in:
pfych 2025-04-30 15:59:08 +10:00
parent 0ae62847f2
commit eec97664ec
3 changed files with 42 additions and 0 deletions

View file

@ -33,3 +33,8 @@ alias a=fuck
# Load extra functions
source "$CONFIGDIR/scripts/scripts.sh"
# The Funny
if [ $LINES > 25 ] && [ $COLUMNS > 70 ]; then
fastfetch;
fi