Code
Shrug Alias
This is a quick/easy one. I just want to be able to copy/paste the shrug emoji. Well now I can!
In ~/.zshrc
:
# For shrugs
alias shrug="echo '¯\\_(ツ)_/¯'"
This is what you get:
Want it to copy to your clipboard? Yeah me too. Don’t worry I got you covered:
# For echoing/copying the shrugs
alias shrug="echo '¯\\_(ツ)_/¯' && echo '¯\\_(ツ)_/¯' | pbcopy"
Want an Alfred Workflow to bypass Terminal and just put it right in your clipboard?
Yes please Julien. (that’s a download link)
Fin.
Julien Melissas
https://www.julienmelissas.comI'm a Web Developer, Foodie, and Music Lover/Maker living in Asheville, NC. I make things on the web at Craftpeak & JM Labs.