From ade46fa4aa934fc63335df4f54bd151f7316f7a4 Mon Sep 17 00:00:00 2001 From: Russell Riker Date: Wed, 7 Sep 2022 13:25:24 +0000 Subject: [PATCH] -m --- .bashrc | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.bashrc b/.bashrc index 7ce8635..583b962 100644 --- a/.bashrc +++ b/.bashrc @@ -149,20 +149,23 @@ export PATH=$PATH:/usr/local/go/bin # Needed to get some go modules to complile export CGO_LDFLAGS_ALLOW="-Wl,-Bsymbolic-functions" -#Loo kin my ascii-art folder, and use shuf to get a randome file name. +# Check to see if this is the tilde.team machine, if so don't run this stuff +echo $HOSTNAME +if [ $HOSTNAME != 'tilde' ]; then -BANNERFILE=$(ls ~/mydocs/ascii-art/ | shuf -n 1) -# Then use lolcat to display the colorful ascii art file -lolcat ~/mydocs/ascii-art/$BANNERFILE + #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 + # 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 # eval "$(starship init bash)"