From c971fd6327ff8b106423db3d611a6c74d4859b50 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 12 May 2025 05:05:29 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index fef319f..0dc4b1c 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -230,9 +230,9 @@ rshift() { ascii() { if [[ -n $1 ]] ; then if [[ $1 == "banner" ]] && [[ -n $2 ]] ; then - figlet -f ANSI\ Shadow -w 200 $2 + figlet -w 200 -f ANSI\ Shadow $2 elif [[ $1 == "date" ]] ; then - date | figlet -f future + date | figlet -w 200 -f future elif [[ $1 == "info" ]] ; then echo "toilet -f future Hello, World!" echo "figlet -f future Hello, World!"