Updated tilde.team version for ascii art

This commit is contained in:
Russell Riker 2023-06-23 14:45:15 +00:00
parent 96d7a4c88a
commit abe7f77492
1 changed files with 8 additions and 9 deletions

17
.bashrc
View File

@ -155,21 +155,20 @@ export CGO_LDFLAGS_ALLOW="-Wl,-Bsymbolic-functions"
# Check to see if this is the tilde.team machine, if so don't run this stuff
echo $HOSTNAME
if [ $HOSTNAME != 'tilde' ]; then
#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
# fetchmaster6000
fm6000 -r
# Set up ssh-agent using keychain
/usr/bin/keychain --nogui $HOME/.ssh/id_ed25519
#/usr/bin/keychain --nogui $HOME/.ssh/id_rsa
source $HOME/.keychain/$HOSTNAME-sh
fi
#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
# fetchmaster6000
fm6000 -r
# oh-my-posh prompt
# Not working correctly. removed 11/3/22