Skip to content

Instantly share code, notes, and snippets.

@mkanenobu
Created January 30, 2019 05:10
Show Gist options
  • Save mkanenobu/d152634b8588bc7fd900186d3e350965 to your computer and use it in GitHub Desktop.
Save mkanenobu/d152634b8588bc7fd900186d3e350965 to your computer and use it in GitHub Desktop.
pbcopy for Cygwin, MSYS2
### append to .bashrc
alias pbcopy="iconv -f UTF-8 -t CP932 | /c/Windows/System32/clip.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment