switched to figlet from artii

This commit is contained in:
“Wryn 2019-04-16 20:29:03 -06:00
parent e79624c655
commit ddae76459d

2
bashrc
View File

@ -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'