From 53e743e296266f24c56aa335b2badae83691ad78 Mon Sep 17 00:00:00 2001 From: Dr-Wasabi Date: Sat, 26 Sep 2020 00:13:49 -0400 Subject: [PATCH] updated some coments --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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