From ddae76459d213af3713e338ab6315635c2cdb26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CWryn?= <“wagner.wryn@gmail.com”> Date: Tue, 16 Apr 2019 20:29:03 -0600 Subject: [PATCH] switched to figlet from artii --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 5e19969..32d7dc2 100644 --- a/bashrc +++ b/bashrc @@ -6,7 +6,7 @@ source $RC_DIR/bashcolors source $RC_DIR/fun # --- Welcome message ----------------------------------------- -exec artii "Welcome, beautiful" | lolcat; echo; cowsay -p -f small "damn u sexy" | lolcat; +exec figlet "Welcome, beautiful" | lolcat; echo; cowsay -p "damn u sexy" | lolcat; # --- Utility Alias ------------------------------------------- alias restart='clear; source ~/.bashrc; echo'