Created
October 11, 2022 14:41
-
-
Save gmolveau/556e5b3c1afe5941350fa0546686aeba to your computer and use it in GitHub Desktop.
shrug emoji bash alias
This file contains 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
alias shrug='echo -E "¯\_(ツ)_/¯" | tee /dev/tty | pbcopy' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment