diff --git a/.bashrc b/.bashrc index 0d7d0be..5b05038 100644 --- a/.bashrc +++ b/.bashrc @@ -148,8 +148,9 @@ cd ~ #echo '**************************************************'|lolcat #echo '' -# Set a random banner file to print +# Look in my ascii-art folder, and use shuf to get a randome file name. BANNERFILE=$(ls ~/mydocs/ascii-art/ | shuf -n 1) +# Then use lolcat to display the colorful ascii art file lolcat ~/mydocs/ascii-art/$BANNERFILE