Created
January 30, 2019 05:10
-
-
Save mkanenobu/d152634b8588bc7fd900186d3e350965 to your computer and use it in GitHub Desktop.
pbcopy for Cygwin, MSYS2
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
### 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