Skip to content

Instantly share code, notes, and snippets.

@remyroez
Last active September 23, 2016 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remyroez/5fc018fa756af27db404 to your computer and use it in GitHub Desktop.
Save remyroez/5fc018fa756af27db404 to your computer and use it in GitHub Desktop.
MSYS2 にてコマンドライン環境をつくる: セットアップ編 ref: http://qiita.com/remyroez/items/757b7b769e9c5a2c4ae7
msys/winpty-git 1~0.2.2.365.79c9859-1
A Windows software package providing an interface similar to a Unix
pty-master for communicating with Windows console programs
start %WD%mintty -i /msys2.ico /usr/bin/bash --login %*
start %WD%mintty -i /msys2.ico /usr/bin/winpty /usr/bin/bash --login %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment