Last active
November 23, 2015 17:45
-
-
Save rickycodes/49b300476ed8532e910d to your computer and use it in GitHub Desktop.
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
idk() { | |
local shrugs=("¯\_(ツ)_/¯" "¯\(°_°)/¯" "¯\(°_o)/¯" "┐(°_°)┌") | |
local shrug=${shrugs[$RANDOM % ${#shrugs[@]}]} | |
pbcopy <<< "${shrug}" && echo "${shrug} copied to clipboard" | |
} | |
alias shrug=idk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The best way to easily type
\_(ツ)_/¯
etc. is to use a custom keyboard layout, though.I type
ಠ_ಠ
just by pressing⌥
+O
.