diff --git a/.bashrc b/.bashrc index f0340e6..6cf3985 100644 --- a/.bashrc +++ b/.bashrc @@ -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