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!"