SpongeBob et al. in your CLI
This code snippet was inspired by a joke/meme/funny thing online that I saw. If you want some entertainment every time you open the command line, add the following to the end of your .bashrc
file, which is usually at ~/.bashrc
:
echo "|(.)(.)|" # SpongeBob
echo "/(.)(.)\\" # Patrick
echo "((.)(.))" # Squidward
echo "|.||.|" # Mr. Krabs
echo "|(.)|" # Plankton
This reminds me of the Five Eyes for some reason.