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'