Added a call to display a random ascii text file

This commit is contained in:
Russell R. 2020-09-25 18:54:01 -04:00
parent 6f14d4300e
commit b90c02f754
1 changed files with 12 additions and 5 deletions

17
.bashrc
View File

@ -131,11 +131,18 @@ export PATH=/home/drwasabi/.local/bin:$PATH
# cd to my wsl2 home folder
cd ~
echo ''
echo '**************************************************'|lolcat
cowsay -f tux "Welcome Dr. The system is ready to accept your commands. Have a nice day" | lolcat
echo '**************************************************'|lolcat
echo ''
# Print a lolcat banner
#echo ''
#echo '**************************************************'|lolcat
#cowsay -f tux "Welcome Dr. The system is ready to accept your commands. Have a nice day" | lolcat
#echo '**************************************************'|lolcat
#echo ''
# Set a random banner file to print
BANNERFILE=$(ls ~/mydocs/ascii-art/ | shuf -n 1)
lolcat ~/mydocs/ascii-art/$BANNERFILE
# Set up ssh-agent using keychain
/usr/bin/keychain --nogui $HOME/.ssh/id_rsa