Created
January 23, 2020 10:22
-
-
Save marcofugaro/c170cf566dc65c8fb7cb4ffc633cdb21 to your computer and use it in GitHub Desktop.
Print falasco face in console when running "websocket"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://i.imgur.com/f61MKLO.jpg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install eddieantonio/eddieantonio/imgcat && | |
echo '' >> ~/.bash_profile && | |
echo "alias sudo='sudo '" >> ~/.bash_profile && | |
echo "alias websocket='imgcat --height=\$((\$(tput lines)-1)) ~/falasco.jpg'" >> ~/.bash_profile && | |
mv ~/Downloads/falasco.jpg ~/falasco.jpg && | |
source ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment