Skip to content

Instantly share code, notes, and snippets.

@rickycodes
Last active November 23, 2015 17:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickycodes/49b300476ed8532e910d to your computer and use it in GitHub Desktop.
Save rickycodes/49b300476ed8532e910d to your computer and use it in GitHub Desktop.
idk() {
local shrugs=("¯\_(ツ)_/¯" "¯\(°_°)/¯" "¯\(°_o)/¯" "┐(°_°)┌")
local shrug=${shrugs[$RANDOM % ${#shrugs[@]}]}
pbcopy <<< "${shrug}" && echo "${shrug} copied to clipboard"
}
alias shrug=idk
@mathiasbynens
Copy link

The best way to easily type \_(ツ)_/¯ etc. is to use a custom keyboard layout, though.

I type ಠ_ಠ just by pressing + O.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment