Skip to content

Instantly share code, notes, and snippets.

@mongrelP
Created May 24, 2011 10:23
Show Gist options
  • Save mongrelP/988482 to your computer and use it in GitHub Desktop.
Save mongrelP/988482 to your computer and use it in GitHub Desktop.
cygwin with mintty
@echo off
call "C:\Program Files\Microsoft Visual Studio 10.0\VC" x86
set CYGWIN="winsymlinks tty emacs nodosfilewarning glob"
set LANG=ja_JP.UTF-8
set LC_CTYPE=ja_JP.UTF-8
REM bash --login -i
C:
chdir C:\cygwin\bin
REM ログインシェルを起動
C:\cygwin\bin\sh.exe -c "/usr/bin/mintty - &"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment